From 29f4367d8d109c6760293b6ce3d657e7d7c3566b Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+aendeavor@users.noreply.github.com> Date: Tue, 19 Jan 2021 09:45:29 +0100 Subject: [PATCH] Updated Setup docker mailserver using the script setup.sh (markdown) --- .../setup-docker-mailserver-using-the-script-setup.sh.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/content/setup-docker-mailserver-using-the-script-setup.sh.md b/docs/content/setup-docker-mailserver-using-the-script-setup.sh.md index 3c9d7c40..c5fcc94f 100644 --- a/docs/content/setup-docker-mailserver-using-the-script-setup.sh.md +++ b/docs/content/setup-docker-mailserver-using-the-script-setup.sh.md @@ -2,12 +2,6 @@ The latest version of the script is included in the `docker-mailserver` repository. You may retrieve it at any time by running this command in your console: -```sh -wget -q -O setup.sh https://raw.githubusercontent.com/tomav/docker-mailserver/master/setup.sh; chmod a+x ./setup.sh -``` - -Or if you use curl: - ``` BASH wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/master/setup.sh chmod a+x ./setup.sh