From deb7db5554a832f064304461ea615e7e0c4248c8 Mon Sep 17 00:00:00 2001 From: satyam Date: Sun, 12 Nov 2023 15:49:12 +0530 Subject: [PATCH] fixed install_linux.sh file --- util/install_linux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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