mirror of
https://github.com/oneclickvirt/gostun.git
synced 2025-09-26 19:01:16 +08:00
Update gostun_install.sh
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user