🐛 FIXED: install.sh 🐛

This commit is contained in:
Jason
2021-08-10 22:12:17 -04:00
committed by casjay
parent 5b21491c88
commit 300544f3ae

View File

@@ -67,7 +67,7 @@ ensure_dirs
ensure_perms
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Main progam
if __am_i_online; then
if am_i_online; then
if [ -d "$INSTDIR/.git" ]; then
execute "git_update $INSTDIR" "Updating $APPNAME font package"
else