Update the font cache after loading BlockZone

This commit is contained in:
Dionysus 2024-07-14 23:18:03 -04:00
parent 28815f6320
commit 2abc922dd1
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

2
setup
View File

@ -129,7 +129,7 @@ setup_configs() {
wget -O $HOME/.scripts/$SCRIPT $GIT_URL/scripts/$SCRIPT && chmod +x $HOME/.scripts/$SCRIPT wget -O $HOME/.scripts/$SCRIPT $GIT_URL/scripts/$SCRIPT && chmod +x $HOME/.scripts/$SCRIPT
done done
mkdir -p $HOME/.local/share/fonts && wget -O $HOME/.local/share/fonts/BlockZone.ttf $GIT_URL/font/BlockZone.ttf mkdir -p $HOME/.local/share/fonts && wget -O $HOME/.local/share/fonts/BlockZone.ttf $GIT_URL/font/BlockZone.ttf && fc-cache -f -v
} }