mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update CFwarp.sh
This commit is contained in:
parent
b989314153
commit
aa359f5411
|
@ -143,6 +143,10 @@ sleep 6s
|
|||
fi
|
||||
}
|
||||
|
||||
uncf(){
|
||||
rm -rf /root/CFwarp.sh /usr/bin/cf
|
||||
}
|
||||
|
||||
ONEWARPGO(){
|
||||
STOPwgcf(){
|
||||
if [[ -n $(type -P warp-cli) ]]; then
|
||||
|
@ -164,10 +168,6 @@ ln -sf /root/CFwarp.sh /usr/bin/cf
|
|||
fi
|
||||
}
|
||||
|
||||
uncf(){
|
||||
rm -rf /root/CFwarp.sh /usr/bin/cf
|
||||
}
|
||||
|
||||
ShowWGCF(){
|
||||
UA_Browser="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36"
|
||||
v4v6
|
||||
|
|
Loading…
Reference in New Issue