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
|
#!/bin/bash
|
||||||
#From https://github.com/oneclickvirt/gostun
|
#From https://github.com/oneclickvirt/gostun
|
||||||
#2024.05.21
|
#2024.06.24
|
||||||
|
|
||||||
|
rm -rf /usr/bin/gostun
|
||||||
rm -rf gostun
|
rm -rf gostun
|
||||||
os=$(uname -s)
|
os=$(uname -s)
|
||||||
arch=$(uname -m)
|
arch=$(uname -m)
|
||||||
@@ -82,4 +83,4 @@ case $os in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
chmod 777 gostun
|
chmod 777 gostun
|
||||||
./gostun
|
cp gostun /usr/bin/gostun
|
||||||
|
Reference in New Issue
Block a user