This commit is contained in:
陆柯 2020-02-14 18:09:28 +08:00
parent 09cf702702
commit 2ad27531a9

16
remove-ssr.sh Normal file
View File

@ -0,0 +1,16 @@
#!/bin/bash
export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
#Check Root
[ $(id -u) != "0" ] && { echo "Error: You must be root to run this script"; exit 1; }
#Stop ShadowsocksR
bash /usr/local/shadowsocksr/stop.sh
#Delete Files
rm -rf /usr/local/SSR-Bash-Python
rm -rf /usr/local/shadowsocksr
rm -rf /usr/local/shadowsocksr.zip
rm -rf /usr/local/bin/ssr
rm -rf ./ssr.zip
rm -rf ./SSR-Bash-Python-The-Final