mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-21 03:14:59 +01:00
Update dwmtitus-setup.sh
This commit is contained in:
parent
599497f702
commit
7095a74b75
@ -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}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user