small fix in font section
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user