From 164c0f021c16a9a3e34910eb2d13ce95aca7a08d Mon Sep 17 00:00:00 2001 From: Egor Savkin Date: Wed, 14 Aug 2024 11:08:44 +0800 Subject: [PATCH] Move away from automated script Signed-off-by: Egor Savkin --- m-labs-intl/{setup.sh => setup.md} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename m-labs-intl/{setup.sh => setup.md} (97%) diff --git a/m-labs-intl/setup.sh b/m-labs-intl/setup.md similarity index 97% rename from m-labs-intl/setup.sh rename to m-labs-intl/setup.md index 5932913..c38ac09 100644 --- a/m-labs-intl/setup.sh +++ b/m-labs-intl/setup.md @@ -1,5 +1,6 @@ -#!/usr/bin/env bash +# Setup m-labs-intl.com server +```shell apt install git nginx-full python3 python3.12-venv python3-pip postfix opendkim opendkim-tools snap install --classic certbot ln -s /snap/bin/certbot /usr/bin/certbot @@ -60,3 +61,4 @@ opendkim-genkey -t -s mail -d m-labs-intl.com cp mail.private /etc/postfix/dkim.key service opendkim restart service postfix restart +``` \ No newline at end of file