From e7e390ee44c144150345bf0be69d1ec56d7a41f7 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Mon, 12 Oct 2020 23:43:07 +0800 Subject: [PATCH] [bugfix] unable to access installed nerdfont --- gui/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/install.sh b/gui/install.sh index 13b4371..541078a 100755 --- a/gui/install.sh +++ b/gui/install.sh @@ -79,7 +79,7 @@ install-nerdfont () { https://gitee.com/klesh/nerd-fonts.git \ $LOCAL_REPO_PATH sudo 7z x -x!'*Windows*' -aoa $LOCAL_REPO_PATH/$NAME -o/usr/local/share/fonts - sudo chmod +x /usr/local/share/fonts + sudo chmod +rx /usr/local/share/fonts echo $LOCAL_REPO_PATH rm -rf $LOCAL_REPO_PATH }