9 lines
118 B
Bash
9 lines
118 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -euo pipefail
|
||
|
|
||
|
# For some variables
|
||
|
. /etc/jeancloud.env
|
||
|
|
||
|
apt install -y python3-certbot-dns-rfc2136
|