Remove PPA installation process

This commit is contained in:
David Duque 2020-04-21 14:59:54 +01:00
parent 8ba078c04b
commit 2d228c0520
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A
1 changed files with 0 additions and 13 deletions

View File

@ -75,19 +75,6 @@ then
fi
fi
# ### Add PPAs.
# We install some non-standard Ubuntu packages maintained by other
# third-party providers. First ensure add-apt-repository is installed.
if [ ! -f /usr/bin/add-apt-repository ]; then
echo "Installing add-apt-repository..."
hide_output apt-get update
apt_install software-properties-common
fi
# N/A to Debian
# Certbot doesn't require a PPA in Debian
# ### Update Packages