Move away from automated script
Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
c679f0f38c
commit
2ec85bfa16
|
@ -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
|
||||
```
|
Loading…
Reference in New Issue