chore: deprecate bling font installer (#55)

This commit is contained in:
xyny 2023-10-01 17:29:05 +03:00 committed by GitHub
parent 53507920aa
commit 268e02f9ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,6 @@ The bling to pull in is declared under `install:`, and the code for installing t
```yaml
type: bling # configure what to pull in from ublue-os/bling
install:
- fonts # selection of common good free fonts
- justfiles # add "!include /usr/share/ublue-os/just/100-bling.just"
# in your custom.just (added by default) or local justfile
- nix-installer # these are the silverblue nix installer scripts from dnkmmr69420

View file

@ -3,4 +3,4 @@
# Tell build process to exit if there are any errors.
set -oue pipefail
cp -r "$BLING_DIRECTORY"/files/usr/share/fonts/* "/usr/share/fonts"
echo "!!!!! The bling font installer has been deprecated in favor of the fonts module. This error-free message will be removed in a future version. !!!!! "