From a64d08e08ca029a4d413e7466a0f36b109c06a1a Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Thu, 2 Feb 2023 17:30:38 -0500 Subject: [PATCH] fc-cache --- install_popos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_popos.sh b/install_popos.sh index 8c03e28..45e0a45 100755 --- a/install_popos.sh +++ b/install_popos.sh @@ -147,6 +147,7 @@ wm() { 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 + fc-cache -rv } competitiveprogramming() {