small fix in font section

This commit is contained in:
[yuri]
2025-11-10 13:39:48 +01:00
parent e99d766a58
commit 7a3f555b68

View File

@@ -38,7 +38,7 @@ install_packages wget curl nano fastfetch lolcat bash-completion starship alacri
FONT_DIR="$HOME/.local/share/fonts" FONT_DIR="$HOME/.local/share/fonts"
mkdir -p "$FONT_DIR" mkdir -p "$FONT_DIR"
curl -L "https://github.com/ryanoasis/nerd-fonts/releases/latest/download/RobotoMono.zip" -o "/tmp/RobotoMono.zip" curl -L "https://github.com/ryanoasis/nerd-fonts/releases/latest/download/RobotoMono.zip" -o "/tmp/RobotoMono.zip"
unzip -q "/tmp/RobotoMono.zip" -d "$FONT_DIR" unzip -oq "/tmp/RobotoMono.zip" -d "$FONT_DIR"
fc-cache -fv fc-cache -fv
# Enable basic services # Enable basic services