No need to set local and timezone in runcmd
This commit is contained in:
parent
f5c5a55fc4
commit
c1cabf167b
1 changed files with 0 additions and 6 deletions
|
@ -461,12 +461,6 @@ write_files:
|
||||||
rm sbcl-2.3.10-source.tar.bz2 && rm -rf sbcl-2.3.10
|
rm sbcl-2.3.10-source.tar.bz2 && rm -rf sbcl-2.3.10
|
||||||
|
|
||||||
runcmd:
|
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
|
# 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 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
|
- certbot certonly --nginx -d docs.u1.metalisp.dev --non-interactive --agree-tos --email marcus.kammer@mailbox.org --redirect
|
||||||
|
|
Loading…
Add table
Reference in a new issue