From ee2a96c72255e6436ae2af02e201978b71ec362c Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 14 Oct 2023 23:14:08 +0900 Subject: [PATCH] updated font.sh --- install-scripts/fonts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-scripts/fonts.sh b/install-scripts/fonts.sh index 833eaec..11b0058 100644 --- a/install-scripts/fonts.sh +++ b/install-scripts/fonts.sh @@ -79,6 +79,8 @@ if [ -d ~/.local/share/fonts/JetBrainsMonoNerd ]; then rm -rf ~/.local/share/fonts/JetBrainsMonoNerd 2>&1 | tee -a "$LOG" fi +mkdir -p ~/.local/share/fonts/JetBrainsMonoNerd + # Extract the new files into the JetBrainsMono folder and log the output tar -xJkf JetBrainsMono.tar.xz -C ~/.local/share/fonts/JetBrainsMonoNerd 2>&1 | tee -a "$LOG"