Skip to content

Commit

Permalink
Update refs from Slack to Discord
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der committed Nov 23, 2024
1 parent c9cd21d commit cdbc8cb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/views/includes/install_archive.scala.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ ARCHIVE_OK=$(unzip -qt "$sdkman_zip_file" | grep 'No errors detected in compress
if [[ -z "$ARCHIVE_OK" ]]; then
echo "Downloaded zip archive corrupt. Are you connected to the internet?"
echo ""
echo "If problems persist, please ask for help on our Slack:"
echo "* easy sign up: https://slack.sdkman.io/"
echo "* report on channel: https://sdkman.slack.com/app_redirect?channel=user-issues"
echo "If problems persist, please ask for help on our Discord server:"
echo "* easy sign up:"
echo " https://discord.gg/y9mVJYVyu4"
echo "* report on our #help channel:"
echo " https://discord.com/channels/1245471991117512754/1245486255295299644"
exit
fi

Expand All @@ -34,4 +36,4 @@ echo "* Cleaning up..."
rm -rf "$sdkman_tmp_folder"/sdkman-*
rm -rf "$sdkman_zip_file"

echo ""
echo ""

0 comments on commit cdbc8cb

Please sign in to comment.