mirror of
https://github.com/fontmgr/MesloLGSNF.git
synced 2025-08-15 01:32:10 +08:00
🦈🏠❗ Well I did things - Hopefully nothing breaks ❗🏠🦈
This commit is contained in:
parent
4359a9776a
commit
96893f4395
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user