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

@@ -0,0 +1,12 @@
cd /tmp
echo 提示:
echo Geek Uninstaller 官网访问较慢,所以请耐心等待
aria2c -x 16 -s 16 https://geekuninstaller.com/geek.zip
unzip geek.zip
cd `dirname $0`
cp -rv /tmp/geek.exe ./
if [[ $? == 0 ]];then
exit
fi
echo "拷贝失败,申请使用 sudo 拷贝"
sudo cp -rv /tmp/geek.exe ./