diff --git a/install.sh b/install.sh index 531aa91..0da22ff 100755 --- a/install.sh +++ b/install.sh @@ -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