Skip to content

Commit

Permalink
Updates community links to Slack (#111)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Ford <[email protected]>
  • Loading branch information
scottford-io authored Mar 21, 2022
1 parent 0f60b17 commit 6f1b080
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
11 changes: 4 additions & 7 deletions download.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ info "Welcome to the Mondoo Binary Download Script. It downloads the Mondoo bina
Windows into $ENV:UserProfile\mondoo and adds the path to the user's environment PATH. If
you are experiencing any issues, please do not hesitate to reach out:
* Mondoo Community Discord https://discord.com/invite/HPAjpS6b34
* Mondoo Community Slack https://mondoo.link/slack
This script source is available at: https://github.com/mondoohq/mondoo
"
Expand Down Expand Up @@ -49,10 +49,7 @@ Set-ExecutionPolicy RemoteSigned -scope CurrentUser
# we only support x86_64 at this point, stop if we got arm
if ($env:PROCESSOR_ARCHITECTURE -ne 'AMD64') {
fail "
Your processor architecture $env:PROCESSOR_ARCHITECTURE is not supported yet. Please come join us
in our Mondoo Community Discord:
* https://discord.gg/HPAjpS6b34
Your processor architecture $env:PROCESSOR_ARCHITECTURE is not supported yet. Contact [email protected] or join the Mondoo Community Slack channel https://mondoo.link/slack
"
}

Expand Down Expand Up @@ -112,9 +109,9 @@ success ' * Mondoo was downloaded successfully!'
# Display final message
info "Thank you for downloading Mondoo!"
info "
If you have any questions, please come join us in our Mondoo Community Discord:
If you need support, contact [email protected] or join the Mondoo Community Slack channel:
* https://discord.gg/HPAjpS6b34
* https://mondoo.link/slack
"

# reset erroractionpreference
Expand Down
4 changes: 2 additions & 2 deletions download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ echo -e "\nWelcome to the Mondoo Binary Download Script. It tries to auto-detect
operating system and determines the appropriate binnary for your platform. If you are
experiencing any issues, please do not hesitate to reach out:
* Mondoo Community Discord https://discord.gg/HPAjpS6b34
* Mondoo Community Slack https://mondoo.link/slack
This script source is available at: https://github.com/mondoohq/mondoo
"
Expand Down Expand Up @@ -133,6 +133,6 @@ Further information is available at https://mondoo.com/docs
If you have any questions, please come join us in our Mondoo Community:
* Mondoo Community Discord: https://discord.gg/HPAjpS6b34
* Mondoo Community Slack https://mondoo.link/slack
* Github: https://github.com/mondoohq/mondoo
"
8 changes: 4 additions & 4 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function Install-Mondoo {
Windows into $ENV:UserProfile\mondoo and adds the path to the user's environment PATH. If
you are experiencing any issues, please do not hesitate to reach out:
* Mondoo Community Discord https://discord.gg/HPAjpS6b34
* Mondoo Community Slack https://mondoo.link/slack
This script source is available at: https://github.com/mondoohq/mondoo
"
Expand Down Expand Up @@ -110,7 +110,7 @@ function Install-Mondoo {
if ($env:PROCESSOR_ARCHITECTURE -ne 'AMD64' -and -not ($env:PROCESSOR_ARCHITECTURE -eq "x86" -and [Environment]::Is64BitOperatingSystem)) {
fail "
Your processor architecture $env:PROCESSOR_ARCHITECTURE is not supported yet. Please come join us in
our Mondoo Community Discord: https://discord.gg/HPAjpS6b34 or email us at [email protected]
our Mondoo Community Slack https://mondoo.link/slack or email us at [email protected]
"
}

Expand Down Expand Up @@ -184,9 +184,9 @@ function Install-Mondoo {
info "
Thank you for installing Mondoo!"
info "
If you have any questions, please come join us in our Mondoo Community Discord:
If you have any questions, please come join us in our Mondoo Community Slack:
* https://discord.gg/HPAjpS6b34
* https://mondoo.link/slack
"

# reset erroractionpreference
Expand Down
8 changes: 4 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ purple() { echo -e "${purple}${1}${end}"; }
purple_bold() { echo -e "${purpleb}${1}${end}"; }

on_error() {
red "The Mondoo install script encountered a problem. For assistance, please join our community Discord or find us on Github."
red "The Mondoo install script encountered a problem. For assistance, please join our community Slack or find us on Github."
echo
echo "* Mondoo Community Discord: https://discord.gg/HPAjpS6b34"
echo "* Mondoo Community Slack https://mondoo.link/slack"
echo
echo "* Github: https://github.com/mondoohq/mondoo"
echo
Expand All @@ -74,7 +74,7 @@ echo -e "\nWelcome to the Mondoo installer. We will auto-detect your
operating system to determine the best installation method.
If you experience any issues, please reach us at:
* Mondoo Community Discord: https://discord.gg/HPAjpS6b34
* Mondoo Community Slack https://mondoo.link/slack
The source code of this installer is available on Github:
Expand Down Expand Up @@ -438,7 +438,7 @@ configure_token() {
if [ $MONDOO_IS_REGISTERED = true ]; then
purple_bold "\n* Mondoo was successfully registered."
else
red "\n* Failed to register Mondoo. Please reach out to us via Mondoo Community Discord."
red "\n* Failed to register Mondoo. Please reach out to us via Mondoo Community Slack - https://mondoo.link/slack."
exit 1
fi
}
Expand Down

0 comments on commit 6f1b080

Please sign in to comment.