From 241435e5779226404cbaca3224a5d1967d79d650 Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Thu, 22 Sep 2022 11:43:28 +0200 Subject: [PATCH] Fixes Install script for Mono --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bd4e774..101d856 100755 --- a/install.sh +++ b/install.sh @@ -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