We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1282da commit 88fdfd3Copy full SHA for 88fdfd3
install.sh
@@ -80,8 +80,7 @@ sleep 2
80
case $(uname -m) in
81
aarch64) : ;;
82
*)
83
- warn "sorry Only 64bit(aarch64) os architecture is supported for now"
84
- die "Join us at discord to talk https://discord.gg/u7KDGUc3Aw"
+ die ": sorry Only 64bit(aarch64) os architecture is supported for now"
85
;;
86
esac
87
######################################
@@ -164,4 +163,4 @@ function install()
164
163
165
}
166
167
-setup_and_clone
+setup_and_clone
0 commit comments