From 25f130f79130e12bdc9a4255329f8f856ff036ad Mon Sep 17 00:00:00 2001 From: Daniel Mabbett Date: Fri, 24 Apr 2020 19:36:46 +1000 Subject: [PATCH] Ubuntu 20.04 No need to add certbot PPA anymore --- setup/system.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup/system.sh b/setup/system.sh index 28043b16..0e7c85ad 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -90,9 +90,6 @@ fi # come from there and minimal Ubuntu installs may have it turned off. hide_output add-apt-repository -y universe -# Install the certbot PPA. -hide_output add-apt-repository -y ppa:certbot/certbot - # ### Update Packages # Update system packages to make sure we have the latest upstream versions