mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-13 08:28:21 +00:00
fix certbot repo for Focal
This commit is contained in:
@@ -53,9 +53,16 @@ function init_certbotle_install() {
|
||||
esac
|
||||
;;
|
||||
ubuntu)
|
||||
run add-apt-repository -y ppa:certbot/certbot
|
||||
run apt update -qq -y
|
||||
run apt install -qq -y certbot
|
||||
case "${RELEASE_NAME}" in
|
||||
focal)
|
||||
run apt install -qq -y certbot
|
||||
;;
|
||||
*)
|
||||
run add-apt-repository -y ppa:certbot/certbot
|
||||
run apt update -qq -y
|
||||
run apt install -qq -y certbot
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user