@@ -89,7 +89,7 @@ case "$OS" in
8989 * )
9090 echo " Hmm, I don't recognize your Mac's processor: $ARCH "
9191 echo " This is unusual. Please ask for help in our Discord:"
92- echo " https://discord.gg/GZGHtrrKF2 "
92+ echo " https://discord.gg/9KfTkcGs7g "
9393 exit 1
9494 ;;
9595 esac
@@ -121,7 +121,7 @@ case "$OS" in
121121 echo " I only support 64-bit Linux (x86_64 and ARM64) right now."
122122 echo " Your system reports: $ARCH "
123123 echo " Please ask for help in our Discord:"
124- echo " https://discord.gg/GZGHtrrKF2 "
124+ echo " https://discord.gg/9KfTkcGs7g "
125125 exit 1
126126 ;;
127127 esac
@@ -135,7 +135,7 @@ case "$OS" in
135135 echo " I don't recognize your operating system: $OS "
136136 echo " SAME works on macOS, Linux, and Windows."
137137 echo " Please ask for help in our Discord:"
138- echo " https://discord.gg/GZGHtrrKF2 "
138+ echo " https://discord.gg/9KfTkcGs7g "
139139 exit 1
140140 ;;
141141esac
@@ -212,7 +212,7 @@ no_binary_error() {
212212 echo " cd statelessagent && make install"
213213 echo " "
214214 echo " 3. Ask for help"
215- echo " https://discord.gg/GZGHtrrKF2 "
215+ echo " https://discord.gg/9KfTkcGs7g "
216216 exit 1
217217}
218218
@@ -334,7 +334,7 @@ if ! "$OUTPUT" version >/dev/null 2>&1; then
334334 echo " Please share this info in Discord and we'll help:"
335335 echo " - OS: $OS_NAME ($ARCH_NAME )"
336336 echo " - File: $OUTPUT "
337- echo " https://discord.gg/GZGHtrrKF2 "
337+ echo " https://discord.gg/9KfTkcGs7g "
338338 exit 1
339339fi
340340
@@ -533,5 +533,5 @@ elif [ "$MISSING_NODE" = true ]; then
533533fi
534534
535535echo " "
536- echo " Questions? Join us: https://discord.gg/GZGHtrrKF2 "
536+ echo " Questions? Join us: https://discord.gg/9KfTkcGs7g "
537537echo " "
0 commit comments