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"