Skip to content

Commit

Permalink
Update gostun_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS authored Jun 24, 2024
1 parent deedbfb commit 6a9ea96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gostun_install.sh
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -82,4 +83,4 @@ case $os in
esac

chmod 777 gostun
./gostun
cp gostun /usr/bin/gostun

0 comments on commit 6a9ea96

Please sign in to comment.