From 7a3f555b68082986c0ca07342f690bd74ae0d6bb Mon Sep 17 00:00:00 2001 From: "[yuri]" <[yuri.kuit@gmail.com]> Date: Mon, 10 Nov 2025 13:39:48 +0100 Subject: [PATCH] small fix in font section --- v2/debian-minimal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/debian-minimal.sh b/v2/debian-minimal.sh index 4e4b200..1f504d8 100755 --- a/v2/debian-minimal.sh +++ b/v2/debian-minimal.sh @@ -38,7 +38,7 @@ install_packages wget curl nano fastfetch lolcat bash-completion starship alacri FONT_DIR="$HOME/.local/share/fonts" mkdir -p "$FONT_DIR" 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 # Enable basic services