1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-12-25 07:47:05 +00:00

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

View File

@ -75,19 +75,6 @@ then
fi fi
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 # Certbot doesn't require a PPA in Debian
# ### Update Packages # ### Update Packages