From 6a9ea9607b07c0a2ea090663af17f9ccb3218626 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:31:40 +0800 Subject: [PATCH] Update gostun_install.sh --- gostun_install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gostun_install.sh b/gostun_install.sh index 201d6f9..7d63147 100644 --- a/gostun_install.sh +++ b/gostun_install.sh @@ -1,7 +1,8 @@ #!/bin/bash #From https://github.com/oneclickvirt/gostun -#2024.05.21 +#2024.06.24 +rm -rf /usr/bin/gostun rm -rf gostun os=$(uname -s) arch=$(uname -m) @@ -82,4 +83,4 @@ case $os in esac chmod 777 gostun -./gostun +cp gostun /usr/bin/gostun