This commit is contained in:
13038267101 2022-11-04 09:18:03 +08:00
parent 9572827d07
commit 2b1710f84c
1 changed files with 3 additions and 3 deletions

View File

@ -1,18 +1,18 @@
#$1电脑密码 不设置默认为hg123123 #$1电脑密码 不设置默认为hg123123
git clean -fd git clean -fd
git checkout . git checkout .
if [ $1 == "hg" ];then if [ "$1" == "hg" ];then
echo "---------------dpkg hg---------------" echo "---------------dpkg hg---------------"
./build.sh hg $2 ./build.sh hg $2
./build.sh hgso $2 ./build.sh hgso $2
./build.sh hgweb $2 ./build.sh hgweb $2
elif [ $1 == "lsc" ];then elif [ "$1" == "lsc" ];then
echo "---------------dpkg lsc---------------" echo "---------------dpkg lsc---------------"
./build.sh lsc $2 ./build.sh lsc $2
./build.sh lscsm $2 ./build.sh lscsm $2
./build.sh lscso $2 ./build.sh lscso $2
./build.sh lscweb $2 ./build.sh lscweb $2
elif [ $1 == "hw" ];then elif [ "$1" == "hw" ];then
echo "---------------dpkg hw---------------" echo "---------------dpkg hw---------------"
./build.sh hw $2 ./build.sh hw $2
./build.sh hwso $2 ./build.sh hwso $2