Update dwmtitus-setup.sh

This commit is contained in:
Jaredy899 2025-02-14 23:29:46 -05:00 committed by GitHub
parent 599497f702
commit 7095a74b75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ install_nerd_font() {
fi fi
# Check if the font zip file already exists # Check if the font zip file already exists
if [ ! -f "$FONT_ZIP" ]; then if [ -n "$FONT_ZIP" ]; then
# Download the font zip file # Download the font zip file
curl -sSLo "$FONT_ZIP" "$FONT_URL" || { curl -sSLo "$FONT_ZIP" "$FONT_URL" || {
printf "%b\n" "${RED}Failed to download Meslo Nerd-fonts from $FONT_URL${RC}" printf "%b\n" "${RED}Failed to download Meslo Nerd-fonts from $FONT_URL${RC}"