This commit is contained in:
Alex Thomassen 2019-06-03 22:15:34 +00:00 committed by GitHub
parent bfd40cd8bd
commit def3405c9a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Make sure the 'essentials' are installed
sudo apt install -y nginx openssl curl
sudo apt install -y nginx-full openssl curl
# Get acme.sh for issuing certificates
curl -L https://get.acme.sh/ | sudo bash