chore: Add a friendly message when install-fleek-themes is run without fleek being installed.

This commit is contained in:
Kyle Gospodnetich 2023-09-02 17:05:59 -07:00
parent e8fcfbcef3
commit fb373c8c9d
2 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,8 @@ install-fleek-themes:
fleek add libsForQt5.breeze-qt5
fleek apply
fi
else
echo "Install fleek with just install-fleek before running just install-fleek-themes."
fi
get-greenlight:

View File

@ -75,6 +75,8 @@ install-fleek-themes:
fleek add libsForQt5.breeze-qt5
fleek apply
fi
else
echo "Install fleek with just install-fleek before running just install-fleek-themes."
fi
enable-auto-login: