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
7095a74b75
commit
5084eec1dc
@ -36,7 +36,7 @@ install_nerd_font() {
|
|||||||
FONT_INSTALLED=$(fc-list | grep -i "Meslo")
|
FONT_INSTALLED=$(fc-list | grep -i "Meslo")
|
||||||
|
|
||||||
# Replace -n test with standard test
|
# Replace -n test with standard test
|
||||||
if [ ! -z "$FONT_INSTALLED" ]; then
|
if [ -n "$FONT_INSTALLED" ]; then
|
||||||
printf "%b\n" "${GREEN}Meslo Nerd-fonts are already installed.${RC}"
|
printf "%b\n" "${GREEN}Meslo Nerd-fonts are already installed.${RC}"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user