1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-29 04:17:07 +00:00

Ensure the universe repository is enabled

A minimal Ubuntu server installation might not have universe enabled by
default. By adding it, we ensure we can install packages only available
in universe, such as python3-pip
This commit is contained in:
Brendan Hide 2019-10-03 20:10:14 +02:00
parent a70ba94b0c
commit df7dfb40d8

View File

@ -89,6 +89,9 @@ fi
# Install the certbot PPA.
hide_output add-apt-repository -y ppa:certbot/certbot
# Ensure the universe repository is enabled
hide_output add-apt-repository -y universe
# ### Update Packages
# Update system packages to make sure we have the latest upstream versions