Remove operations not applicable to Debian

Signed-off-by: David Duque <david.f.s.duque@tecnico.ulisboa.pt>
This commit is contained in:
David Duque 2020-04-11 19:23:33 +01:00
parent fcff1f5d2c
commit 9fb02090bf
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A
1 changed files with 2 additions and 5 deletions

View File

@ -86,12 +86,9 @@ if [ ! -f /usr/bin/add-apt-repository ]; then
apt_install software-properties-common
fi
# Ensure the universe repository is enabled since some of our packages
# come from there and minimal Ubuntu installs may have it turned off.
hide_output add-apt-repository -y universe
# N/A to Debian
# Install the certbot PPA.
hide_output add-apt-repository -y ppa:certbot/certbot
# Certbot doesn't require a PPA in Debian
# ### Update Packages