This commit is contained in:
Daniel Hansson 2020-04-24 23:47:49 +02:00 коммит произвёл GitHub
Родитель 0ef0fd8835
Коммит 5394a4d4de
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 7 удалений

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
}