From a4368379fef88b25affe3b96e32a66b56a6ddd72 Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Thu, 10 Nov 2022 14:11:29 +0100 Subject: [PATCH] Fixes ubuntu mono installation --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 3c814da..e9c3c09 100755 --- a/update.sh +++ b/update.sh @@ -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