Fixes Install script for Mono

This commit is contained in:
2022-09-22 11:43:28 +02:00
parent 77b45743be
commit 241435e577

View File

@@ -75,7 +75,7 @@ function install_ubuntu_mono_nerd() {
run wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/UbuntuMono.zip
run unzip UbuntuMono.zip
run mkdir -p ~/.local/share/fonts
run cp *.ttf ~/.local/share/fonts/
cp *.ttf ~/.local/share/fonts/
run fc-cache -f
popd
else