Update dwmtitus-setup.sh

This commit is contained in:
Jaredy899 2025-02-14 23:47:06 -05:00 committed by GitHub
parent 5084eec1dc
commit bb11a12bad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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