update to certbot 1.3.0
This commit is contained in:
Родитель
0ef0fd8835
Коммит
5394a4d4de
11
lib.sh
11
lib.sh
|
@ -440,13 +440,10 @@ then
|
|||
certbot --version 2> /dev/null
|
||||
else
|
||||
print_text_in_color "$ICyan" "Installing certbot (Let's Encrypt)..."
|
||||
#apt update -q4 & spinner_loading
|
||||
#install_if_not software-properties-common
|
||||
#add-apt-repository ppa:certbot/certbot -y
|
||||
apt update -q4 & spinner_loading
|
||||
install_if_not certbot
|
||||
#apt update -q4 & spinner_loading
|
||||
#apt dist-upgrade -y
|
||||
install_if_not snapd
|
||||
snap install --beta certbot --classic
|
||||
# Update $PATH in current session (login and logout is required otherwise)
|
||||
hash -r
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче