diff --git a/system/installthemes.sh b/system/installthemes.sh index 8829e7c..1424b4f 100755 --- a/system/installthemes.sh +++ b/system/installthemes.sh @@ -10,7 +10,8 @@ wget https://github.com/EliverLara/Sweet/releases/latest/download/Sweet-Dark-v40 tar xf Sweet-Dark-v40.tar.xz rm Sweet-Dark-v40.tar.xz -cd /usr/share/fonts/ +mkdir -p /usr/share/fonts/EnvyCodeR +cd /usr/share/fonts/EnvyCodeR/ wget https://github.com/ryanoasis/nerd-fonts/releases/latest/download/EnvyCodeR.zip unzip EnvyCodeR.zip rm EnvyCodeR.zip