Move away from automated script

Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
Egor Savkin 2024-08-14 11:08:44 +08:00
parent bc3f4608d5
commit 3f3a1e62e6
1 changed files with 3 additions and 1 deletions

View File

@ -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
```