mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
chore: update qinglong script
This commit is contained in:
parent
41b036966e
commit
909fb83f79
@ -2,6 +2,7 @@
|
||||
set -e
|
||||
|
||||
NAME=LotteryAutoScript
|
||||
BRABCH=main
|
||||
|
||||
# 视网络情况选择链接
|
||||
GIT_REPO=https://github.com/shanmiteko/${NAME}.git
|
||||
@ -12,7 +13,7 @@ if [ -d "$NAME" ]; then
|
||||
git pull
|
||||
cd ..
|
||||
else
|
||||
git clone $GIT_REPO $NAME --depth=1
|
||||
git clone -b $BRABCH $GIT_REPO $NAME
|
||||
fi
|
||||
|
||||
if [ -f "$NAME/my_config.js" ]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user