diff --git a/setup/system.sh b/setup/system.sh index ccc60231..b6ac6c4d 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -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