From d9279c4869a7040d56224114608725542ab497c5 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Mon, 18 Jul 2022 13:59:46 -0700 Subject: changes --- font-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 font-setup.sh (limited to 'font-setup.sh') diff --git a/font-setup.sh b/font-setup.sh old mode 100644 new mode 100755 index f5d7b46..2bf02af --- a/font-setup.sh +++ b/font-setup.sh @@ -1,5 +1,5 @@ echo "Making fonts directory..." -mkdir -p ~/.local/share/fonts/ +mkdir -p ~/.local/share/fonts/ -p echo "Moving Meslo fonts to ~/.local/share/fonts ..." cp Meslo* ~/.local/share/fonts -- cgit