mirror of
https://github.com/fontmgr/MesloLGSNF.git
synced 2025-08-15 09:42: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"
|
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
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
020820211558-git
|
020820211600-git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user