修改安装脚本

This commit is contained in:
lsy 2024-09-23 13:27:20 +08:00
parent 23a48b3cb5
commit d84f312d58

View File

@ -6,6 +6,7 @@ if [[ -z $path ]];then
path="/var/script" path="/var/script"
fi fi
mkdir -p "$path"
rm -rf "$path/linuxtoo" rm -rf "$path/linuxtoo"
wget https://g.lsy22.com/lsy/LinuxTool/archive/master.tar.gz -O aa -P $path wget https://g.lsy22.com/lsy/LinuxTool/archive/master.tar.gz -O aa -P $path