From a0f9835e43c6cc0d1b3f292969f4146924bd2d33 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sat, 8 Jan 2022 19:09:30 -0500 Subject: [PATCH] certbot and duplicity PPAs no longer need to be added because recent versions are now included in the Ubuntu respository --- setup/system.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup/system.sh b/setup/system.sh index e8099218..09fbc454 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -97,12 +97,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 - -# Install the duplicity PPA. -hide_output add-apt-repository -y ppa:duplicity-team/duplicity-release-git - # ### Update Packages # Update system packages to make sure we have the latest upstream versions