mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update CFwarp.sh
This commit is contained in:
parent
6f6988dabd
commit
a7a1d2bb63
|
@ -1,4 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
|
||||||
|
export LANG=en_US.UTF-8
|
||||||
|
wpygV="23.5.4 V 0.9.9 "
|
||||||
[[ $EUID -ne 0 ]] && "请以root模式运行脚本" && exit
|
[[ $EUID -ne 0 ]] && "请以root模式运行脚本" && exit
|
||||||
if [[ -f /etc/redhat-release ]]; then
|
if [[ -f /etc/redhat-release ]]; then
|
||||||
release="centos"
|
release="centos"
|
||||||
|
|
Loading…
Reference in New Issue