Skip to content

Commit

Permalink
updated CFwarp.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hrostami committed May 5, 2024
1 parent d980b4a commit 8e12196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi
case $(uname -m) in
aarch64) cpu=arm64;;
x86_64) cpu=amd64;;
*) red "Currently the script does not support the $(uname -m) schema" && exit;;
*) red "Currently the script does not support the $(uname -m) scheme" && exit;;
esac
if [ ! -x "$(command -v bzip2)" ]; then
yellow "Please wait……"
Expand Down

0 comments on commit 8e12196

Please sign in to comment.