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

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