File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,11 @@ ARCHIVE_OK=$(unzip -qt "$sdkman_zip_file" | grep 'No errors detected in compress
1010if [[ -z "$ARCHIVE_OK" ]]; then
1111 echo "Downloaded zip archive corrupt. Are you connected to the internet?"
1212 echo ""
13- echo "If problems persist, please ask for help on our Slack:"
14- echo "* easy sign up: https://slack.sdkman.io/"
15- echo "* report on channel: https://sdkman.slack.com/app_redirect?channel=user-issues"
13+ echo "If problems persist, please ask for help on our Discord server:"
14+ echo "* easy sign up:"
15+ echo " https://discord.gg/y9mVJYVyu4"
16+ echo "* report on our #help channel:"
17+ echo " https://discord.com/channels/1245471991117512754/1245486255295299644"
1618 exit
1719fi
1820
@@ -34,4 +36,4 @@ echo "* Cleaning up..."
3436rm -rf "$sdkman_tmp_folder"/sdkman-*
3537rm -rf "$sdkman_zip_file"
3638
37- echo ""
39+ echo ""
You can’t perform that action at this time.
0 commit comments