Delete README.rst
This commit is contained in:
parent
248317c810
commit
fea8d20e18
27
README.rst
27
README.rst
|
@ -1,27 +0,0 @@
|
|||
# 免流一键脚本自用2025
|
||||
wget -O builds.sh https://pagure.io/builds/builds/raw/main/f/builds.sh && sh builds.sh
|
||||
|
||||
wget --no-check-certificate -O sa.sh "https://pagure.io/admin/s-box/raw/main/f/sa.sh" && bash sa.sh
|
||||
|
||||
wget --no-check-certificate -O amy.sh "https://pagure.io/builds/builds/raw/main/f/amy4.sh" && sh amy.sh
|
||||
|
||||
wget --no-check-certificate -O cns.sh "https://pagure.io/builds/builds/raw/main/f/cns.sh" && sh cns.sh
|
||||
|
||||
wget --no-check-certificate -O v2ray.sh "https://pagure.io/builds/builds/raw/main/f/v2ray.sh" && sh v2ray.sh
|
||||
|
||||
wget --no-check-certificate -O xray.sh "https://pagure.io/builds/builds/raw/main/f/xray.sh" && sh xray.sh
|
||||
|
||||
wget --no-check-certificate -O stn.sh "https://pagure.io/builds/builds/raw/main/f/stn.sh" && sh stn.sh
|
||||
|
||||
wget --no-check-certificate -O ygk.sh "https://pagure.io/builds/builds/raw/main/f/ygk.sh" && sh ygk.sh
|
||||
|
||||
wget -O builds.sh http://binary.quicknet.cyou/builds.sh && sh builds.sh
|
||||
|
||||
# 卸载 sh ygk.sh uninstall
|
||||
ps -ef|grep cns|grep -v grep|awk '{print "kill -9 "$2}'|sh
|
||||
|
||||
kill -9 pidof cns >/dev/null 2>&1
|
||||
|
||||
kill -9 pgrep cns >/dev/null 2>&1
|
||||
|
||||
# 查看端口占用 netstat -anlp | grep '8080.*LISTEN'
|
Loading…
Reference in New Issue