mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-12 17:36:01 +00:00
Add docs link to get_installed_tools() message
This commit is contained in:
@@ -19,7 +19,8 @@ get_installed_tools(){
|
|||||||
for bin in openssl curl docker git awk sha1sum grep cut jq; do
|
for bin in openssl curl docker git awk sha1sum grep cut jq; do
|
||||||
if [[ -z $(command -v ${bin}) ]]; then
|
if [[ -z $(command -v ${bin}) ]]; then
|
||||||
echo "Error: Cannot find command '${bin}'. Cannot proceed."
|
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..."
|
echo "Exiting..."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user