apt-get update before installing certbot (#5054) (#5056)

* apt-get update before installing certbot

(cherry picked from commit f093377805)
This commit is contained in:
mergify[bot]
2019-07-12 11:54:56 -06:00
committed by Dan Albert
parent a2e9d8e0bf
commit 855bd7d3b8

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