From 708844556d7e849f7a48854357f75a8ea76d64d1 Mon Sep 17 00:00:00 2001 From: Bruno Finger Date: Fri, 2 Feb 2024 10:19:31 +0100 Subject: [PATCH] #185 Update Linux install script to refer to the correct relative paths --- util/install_linux.sh | 4 ++-- util/install_macos.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 util/install_macos.sh diff --git a/util/install_linux.sh b/util/install_linux.sh index be4569d1..576872da 100755 --- a/util/install_linux.sh +++ b/util/install_linux.sh @@ -4,10 +4,10 @@ rm -rf ~/.local/share/fonts/Monaspace* # copy all fonts from ./otf to ~/.local/share/fonts -cp ./fonts/otf/* ~/.local/share/fonts +cp ../fonts/otf/* ~/.local/share/fonts # copy variable fonts from ./variable to ~/.local/share/fonts -cp ./fonts/variable/* ~/.local/share/fonts +cp ../fonts/variable/* ~/.local/share/fonts # Build font information caches fc-cache -f diff --git a/util/install_macos.sh b/util/install_macos.sh old mode 100644 new mode 100755