No need to set local and timezone in runcmd

This commit is contained in:
Marcus Kammer 2023-11-05 12:10:40 +01:00
parent f5c5a55fc4
commit c1cabf167b
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -461,12 +461,6 @@ write_files:
rm sbcl-2.3.10-source.tar.bz2 && rm -rf sbcl-2.3.10
runcmd:
# Generate the en_US.UTF-8 locale
- locale-gen en_US.UTF-8
# Set the system's default locale to en_US.UTF-8
- update-locale LANG=en_US.UTF-8
# Set the system's timezone to Europe/Berlin
- timedatectl set-timezone Europe/Berlin
# Run Certbot to obtain SSL certificates and configure Nginx
- certbot certonly --nginx -d u1.metalisp.dev --non-interactive --agree-tos --email marcus.kammer@mailbox.org --redirect
- certbot certonly --nginx -d docs.u1.metalisp.dev --non-interactive --agree-tos --email marcus.kammer@mailbox.org --redirect