Fixes ubuntu mono installation

This commit is contained in:
2022-11-10 14:11:29 +01:00
parent 0a156bd711
commit a4368379fe

View File

@@ -181,7 +181,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