public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
Add docs link to get_installed_tools() message
c915bf2e
_modules/scripts/core.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Diff
diff --git a/_modules/scripts/core.sh b/_modules/scripts/core.sh
index e86c2afc..f776c621 100644
--- a/_modules/scripts/core.sh
+++ b/_modules/scripts/core.sh
@@ -19,7 +19,8 @@ get_installed_tools(){
for bin in openssl curl docker git awk sha1sum grep cut jq; do
if [[ -z $(command -v ${bin}) ]]; then
echo "Error: Cannot find command '${bin}'. Cannot proceed."
- echo "Solution: Please install accordingly and re-run the script."
+ echo "Solution: Please review system requirements and install requirements. Then, re-run the script."
+ echo "See System Requirements: https://docs.mailcow.email/getstarted/install/"
echo "Exiting..."
exit 1
fi