mirror of
https://github.com/fontmgr/MesloLGSNF.git
synced 2025-12-17 22:05:52 +08:00
🦈🏠❗ Well I did things - Hopefully nothing breaks ❗🏠🦈
This commit is contained in:
@@ -48,7 +48,7 @@ APPNAME="${APPNAME:-MesloLGSNF}"
|
||||
APPDIR="${APPDIR:-$SHARE/CasjaysDev/fontmgr}/$APPNAME"
|
||||
REPO="${FONTMGRREPO:-https://github.com/fontmgr}/${APPNAME}"
|
||||
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"
|
||||
else
|
||||
execute \
|
||||
"backupapp && \
|
||||
git_clone -q $REPO/$APPNAME $APPDIR" \
|
||||
"git_clone -q $REPO/$APPNAME $APPDIR" \
|
||||
"Installing $APPNAME configurations"
|
||||
fi
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
020820211558-git
|
||||
020820211600-git
|
||||
|
||||
Reference in New Issue
Block a user