修改安装脚本

This commit is contained in:
lsy 2024-09-23 13:30:36 +08:00
parent d84f312d58
commit 86e051a714

View File

@ -9,7 +9,7 @@ fi
mkdir -p "$path" 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 "${path}/aa"
tar -zxf "$path/aa" -C $path tar -zxf "$path/aa" -C $path
rm "$path/aa" rm "$path/aa"
chmod +x "$path/linuxtool/Run.sh" chmod +x "$path/linuxtool/Run.sh"