Skip to content

Commit 1016967

Browse files
committed
updated CFwarp.sh
1 parent 7f23dc2 commit 1016967

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

warp.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ fi
3939
case $(uname -m) in
4040
aarch64) cpu=arm64;;
4141
x86_64) cpu=amd64;;
42-
*) red "The current script does not support the $(uname -m) architecture" && exit;;
42+
*) red "Currently the script does not support the $(uname -m) schema" && exit;;
4343
esac
4444
if [ ! -x "$(command -v bzip2)" ]; then
45-
yellow "Please wait..."
45+
yellow "Please wait……"
4646
if [[ $release = Centos && ${vsid} =~ 8 ]]; then
4747
cd /etc/yum.repos.d/ && mkdir backup && mv *repo backup/
4848
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo
@@ -70,5 +70,5 @@ chmod +x 1CFwarp.sh
7070
mv 1CFwarp.sh CFwarp.sh
7171
bash CFwarp.sh
7272
else
73-
red "An error occurred when updating the VPS dependency, it is recommended to restart the VPS. If it still happens, it is recommended to change the system and reinstall the VPS"
73+
red "An error occurred when VPS updated dependencies. It is recommended to restart VPS. If the problem persists, it is recommended to replace the system and reinstall the VPS."
7474
fi

0 commit comments

Comments
 (0)