1.7.1基本完成

This commit is contained in:
2022-07-29 15:35:07 +08:00
parent af7028b7d3
commit 7a4086732f
10 changed files with 106 additions and 23 deletions

View File

@@ -5,9 +5,7 @@ aria2c -x 16 -s 16 https://geekuninstaller.com/geek.zip
unzip geek.zip
cd `dirname $0`
cp -rv /tmp/geek.exe ./
if [[ $? == 0]];then
echo "完成"
read
if [[ $? == 0 ]];then
exit
fi
echo "拷贝失败,申请使用 sudo 拷贝"