From 86e051a714705b8e21d01a42d6473aa6b402cf02 Mon Sep 17 00:00:00 2001 From: lsy Date: Mon, 23 Sep 2024 13:30:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=89=E8=A3=85=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Menus/Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Menus/Install.sh b/Menus/Install.sh index 7baa2bc..90a9ace 100644 --- a/Menus/Install.sh +++ b/Menus/Install.sh @@ -9,7 +9,7 @@ fi mkdir -p "$path" 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 rm "$path/aa" chmod +x "$path/linuxtool/Run.sh"