From 7b4d621cc880de05e1ac6788824a2f810ac4ee8e Mon Sep 17 00:00:00 2001 From: hija Date: Wed, 26 Aug 2020 15:34:07 +0200 Subject: [PATCH] Added Duplicity PPA so the most recent version is used --- setup/system.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/system.sh b/setup/system.sh index 4d33deb6..07f4aa1b 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -93,6 +93,9 @@ 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