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:
parent
a70ba94b0c
commit
df7dfb40d8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user