Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ylx2016 committed Jun 27, 2023
1 parent 1eef5a5 commit 7dae265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tcpx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,7 @@ check_sys_official_xanmod() {
wget -N -O check_x86-64_psabi.sh https://dl.xanmod.org/check_x86-64_psabi.sh
chmod +x check_x86-64_psabi.sh
cpu_level=$(./check_x86-64_psabi.sh | awk -F 'v' '{print $2}')
echo ${Green_font_prefix} " CPU supports x86-64-v" ${cpu_level}${Font_color_suffix}
echo -e "CPU supports \033[32m${cpu_level}\033[0m"
# exit
if [[ ${bit} != "x86_64" ]]; then
echo -e "${Error} 不支持x86_64以外的系统 !" && exit 1
Expand Down Expand Up @@ -1937,7 +1937,7 @@ check_sys_official_xanmod_lts() {
wget -N -O check_x86-64_psabi.sh https://dl.xanmod.org/check_x86-64_psabi.sh
chmod +x check_x86-64_psabi.sh
cpu_level=$(./check_x86-64_psabi.sh | awk -F 'v' '{print $2}')
echo ${Green_font_prefix} " CPU supports x86-64-v" ${cpu_level}${Font_color_suffix}
echo -e "CPU supports \033[32m${cpu_level}\033[0m"
# exit
if [[ ${bit} != "x86_64" ]]; then
echo -e "${Error} 不支持x86_64以外的系统 !" && exit 1
Expand Down

0 comments on commit 7dae265

Please sign in to comment.