]> BookStack Code Mirror - devops/commit
fixed multiple packages not being found 18/head
authorjantari <redacted>
Fri, 21 Dec 2018 13:29:40 +0000 (14:29 +0100)
committerGitHub <redacted>
Fri, 21 Dec 2018 13:29:40 +0000 (14:29 +0100)
commit8ae839ff286d5b9eb5609ba8c0c3bbf924b200f7
tree3b09585f5e2d111d10971f53dfe757c693032032
parentdaf6fca4a72d939856af55d103f57945c298d054
fixed multiple packages not being found

The script as it was would error out and not find installation candidates for many of the packages, such as "php7.2-fpm".

This is because on Ubuntu 18.04, the universe repo is not enabled by default. We have to enable it to get access to these packages.
scripts/installation-ubuntu-18.04.sh