From 300544f3ae15e8d8cda04d51fa9deb14e3600f5a Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 10 Aug 2021 22:12:17 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIXED:=20install.sh=20?= =?UTF-8?q?=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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