31 lines
995 B
ReStructuredText
31 lines
995 B
ReStructuredText
# aaaa
|
|
```
|
|
wget --no-check-certificate -O amy.sh "https://releases.pagure.org/builds/amy/amy4.sh" && sh amy.sh
|
|
```
|
|
```
|
|
wget --no-check-certificate -O cns.sh "https://releases.pagure.org/builds/cns/cns2.sh" && sh cns.sh
|
|
```
|
|
```
|
|
wget --no-check-certificate -O v2ray.sh "https://releases.pagure.org/builds/v2ray/v2ray1.sh" && sh v2ray.sh
|
|
```
|
|
```
|
|
wget --no-check-certificate -O xray.sh "https://releases.pagure.org/builds/xray/xray1.sh" && sh xray.sh
|
|
```
|
|
```
|
|
wget --no-check-certificate -O stn.sh "https://releases.pagure.org/builds/stn2.8/stn.sh" && sh stn.sh
|
|
```
|
|
```
|
|
wget --no-check-certificate -O ygk.sh "https://releases.pagure.org/builds/ygk/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'
|