From e31bd3c8531c53296f3dbdece2a3da18d5e25946 Mon Sep 17 00:00:00 2001 From: lsy Date: Mon, 23 Sep 2024 17:07:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=89=E8=A3=85=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Menus/Install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Menus/Install.sh b/Menus/Install.sh index 7ecc4ce..a555313 100644 --- a/Menus/Install.sh +++ b/Menus/Install.sh @@ -8,7 +8,7 @@ fi echo "软件正在安装中" mkdir -p "$path" -rm -rf "$path/linuxtoo" +rm -rf "$path/linuxtool" wget https://g.lsy22.com/lsy/LinuxTool/archive/master.tar.gz -O "${path}/aa" &> /dev/null @@ -28,8 +28,6 @@ sed -i '/alias tool.*/d' "${HOME}/.profile" echo "alias tool='$path/linuxtool/Run.sh'" | cat >> "${HOME}/.profile" source "${HOME}/.profile" -export tool="$path/linuxtool/Run.sh" - echo "工具箱已经安装成功" echo "位置:${path}/linuxtool" echo "命令:tool" \ No newline at end of file