🐛 FIXED: install.sh 🐛

This commit is contained in:
Jason 2021-08-10 22:12:17 -04:00 committed by casjay
parent 5b21491c88
commit 300544f3ae
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

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