Opened 3 hours ago
Last modified 110 minutes ago
#2498 new task
Add installation and check of java11 as sudo to ensure its installation
Reported by: | jenriquesoriano | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | OSGeoLive17.0 |
Component: | OSGeoLive | Keywords: | |
Cc: |
Description
Testing on alpha 3 we have noted that java11 will not be installed succesfully if not run as sudo. We have added sudo in the installation file on the lines where java11 is checked and then installed (line 85 and 90). A PR has been produced accordingly: https://github.com/OSGeo/OSGeoLive/pull/412
Please let us know if further input is needed
Note:
See TracTickets
for help on using tickets.
The installers are running as root in chroot environment, so adding sudo is not needed.
When running the installer for the VM setup, we use sudo in the main script, so again not needed to add it in the installer.
Perhaps make a note in the header of the installer about this?