Skip to content

Commit 88fdfd3

Browse files
Update install.sh
1 parent f1282da commit 88fdfd3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

install.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ sleep 2
8080
case $(uname -m) in
8181
aarch64) : ;;
8282
*)
83-
warn "sorry Only 64bit(aarch64) os architecture is supported for now"
84-
die "Join us at discord to talk https://discord.gg/u7KDGUc3Aw"
83+
die ": sorry Only 64bit(aarch64) os architecture is supported for now"
8584
;;
8685
esac
8786
######################################
@@ -164,4 +163,4 @@ function install()
164163

165164
}
166165

167-
setup_and_clone
166+
setup_and_clone

0 commit comments

Comments
 (0)