🦈🏠 Well I did things - Hopefully nothing breaks 🏠🦈

This commit is contained in:
Jason 2021-02-08 16:00:37 -05:00 committed by casjay
parent 4359a9776a
commit 96893f4395
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F
2 changed files with 3 additions and 4 deletions

View File

@ -48,7 +48,7 @@ APPNAME="${APPNAME:-MesloLGSNF}"
APPDIR="${APPDIR:-$SHARE/CasjaysDev/fontmgr}/$APPNAME" APPDIR="${APPDIR:-$SHARE/CasjaysDev/fontmgr}/$APPNAME"
REPO="${FONTMGRREPO:-https://github.com/fontmgr}/${APPNAME}" REPO="${FONTMGRREPO:-https://github.com/fontmgr}/${APPNAME}"
REPORAW="${REPORAW:-$REPO/raw}" REPORAW="${REPORAW:-$REPO/raw}"
APPVERSION="$(curl -LSs $REPORAW/master/version.txt)" APPVERSION="$(__appversion "$REPORAW/master/version.txt")"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@ -88,8 +88,7 @@ if [ -d "$APPDIR/.git" ]; then
"Updating $APPNAME configurations" "Updating $APPNAME configurations"
else else
execute \ execute \
"backupapp && \ "git_clone -q $REPO/$APPNAME $APPDIR" \
git_clone -q $REPO/$APPNAME $APPDIR" \
"Installing $APPNAME configurations" "Installing $APPNAME configurations"
fi fi

View File

@ -1 +1 @@
020820211558-git 020820211600-git