-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates community links to Slack (#111)
Signed-off-by: Scott Ford <[email protected]>
- Loading branch information
1 parent
0f60b17
commit 6f1b080
Showing
4 changed files
with
14 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
" | ||
|
@@ -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 | ||
" | ||
} | ||
|
||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
" | ||
|
@@ -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] | ||
" | ||
} | ||
|
||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters