mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
updated font.sh
This commit is contained in:
parent
90ceb58b5b
commit
ee2a96c722
@ -79,6 +79,8 @@ if [ -d ~/.local/share/fonts/JetBrainsMonoNerd ]; then
|
|||||||
rm -rf ~/.local/share/fonts/JetBrainsMonoNerd 2>&1 | tee -a "$LOG"
|
rm -rf ~/.local/share/fonts/JetBrainsMonoNerd 2>&1 | tee -a "$LOG"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mkdir -p ~/.local/share/fonts/JetBrainsMonoNerd
|
||||||
|
|
||||||
# Extract the new files into the JetBrainsMono folder and log the output
|
# 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"
|
tar -xJkf JetBrainsMono.tar.xz -C ~/.local/share/fonts/JetBrainsMonoNerd 2>&1 | tee -a "$LOG"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user