chore: deprecate bling font installer (#55)
This commit is contained in:
parent
53507920aa
commit
268e02f9ed
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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. !!!!! "
|
||||
Loading…
Add table
Add a link
Reference in a new issue