fixed multiple packages not being found #18

Merged
jantari merged 1 commit from patch-1 into master 2018-12-24 15:44:10 +01:00
jantari commented 2018-12-21 14:29:53 +01:00 (Migrated from github.com)

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.

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.
ssddanbrown commented 2018-12-24 15:43:56 +01:00 (Migrated from github.com)

This is really strange. Just tested on fresh 18.04 and 18.04.1 ubuntu server images and both already had universe enabled by default. I'm guessing some vendors disable it?

Either way, Doesn't seem to cause trouble trying to add universe if already enabled so will merge in. Thanks!

This is really strange. Just tested on fresh 18.04 and 18.04.1 ubuntu server images and both already had `universe` enabled by default. I'm guessing some vendors disable it? Either way, Doesn't seem to cause trouble trying to add `universe` if already enabled so will merge in. Thanks!
jantari commented 2018-12-24 16:44:08 +01:00 (Migrated from github.com)

It was disabled on Ubuntu Server 18.04.1 for me, downloaded straight from Canonical.

Anyway thanks for the merge, can't hurt as you say!

It was disabled on Ubuntu Server 18.04.1 for me, downloaded straight from Canonical. Anyway thanks for the merge, can't hurt as you say!
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bookstack/devops!18
No description provided.