Update CFwarp.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-05-07 00:33:08 +00:00
parent 6f6988dabd
commit a7a1d2bb63
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
#!/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
if [[ -f /etc/redhat-release ]]; then
release="centos"