apt-get update before installing certbot (#5054)
* apt-get update before installing certbot
This commit is contained in:
@ -4,6 +4,7 @@ set -ex
|
|||||||
[[ $(uname) = Linux ]] || exit 1
|
[[ $(uname) = Linux ]] || exit 1
|
||||||
[[ $USER = root ]] || exit 1
|
[[ $USER = root ]] || exit 1
|
||||||
|
|
||||||
|
apt-get update
|
||||||
add-apt-repository --yes ppa:certbot/certbot
|
add-apt-repository --yes ppa:certbot/certbot
|
||||||
apt-get --assume-yes install certbot
|
apt-get --assume-yes install certbot
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user