mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-20 19:03:08 +01:00
Update dwmtitus-setup.sh
This commit is contained in:
parent
5084eec1dc
commit
bb11a12bad
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user