From 1a251d1e60df4f6f049891eadd5da752995ea71f Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Thu, 2 Feb 2023 17:29:30 -0500 Subject: [PATCH] typo -_- --- install_popos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_popos.sh b/install_popos.sh index 8f34878..8c03e28 100755 --- a/install_popos.sh +++ b/install_popos.sh @@ -146,7 +146,7 @@ wm() { curl -LJO https://github.com/fauno/siji/archive/master.tar.gz || exit 1 tar -xzvf ./siji-master.tar.gz || exit 1 mkdir -p "$HOME/.local/share/fonts" || exit 1 - cp ./siji-master/ttf/siji.ttf "$HOME/local/share/fonts/" || exit 1 + cp ./siji-master/ttf/siji.ttf "$HOME/.local/share/fonts/" || exit 1 } competitiveprogramming() {