apt-get update before installing certbot (#5054)

* apt-get update before installing certbot
This commit is contained in:
Dan Albert 2019-07-12 11:50:40 -06:00 committed by GitHub
parent 5ac173d208
commit f093377805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ set -ex
[[ $(uname) = Linux ]] || exit 1
[[ $USER = root ]] || exit 1
apt-get update
add-apt-repository --yes ppa:certbot/certbot
apt-get --assume-yes install certbot