OSGeoLive
OSGeoLive copied to clipboard
ALPHA 3. ETF. Add installation and check of java11 as sudo to ensure its installation
Testing on alpha 3 we have noted that java11 will not be installed succesfully if not run as sudo, so we have added sudo in the installation file on the lines where java11 is checked and then installed (line 85 and 90)
All the scripts are supposed to run with sudo
Thanks, PR modified accordingly
I can still see conflicts with master
Dear @kalxas ,
Apologies for the misunderstanding.
We have updated the PR to include sudo only in the Java installation step (just in case), and we have also added instructions in the header to install it using sudo.
With these changes, the installation will now work both for the root user and for any regular user. Please note that the ETF reads the .etf folder from the user executing the system at startup, so ensuring that any user can handle this is also crucial.
Best regards,