Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ALPHA 3. ETF. Add installation and check of java11 as sudo to ensure its installation #412

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    90eae36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbba06d View commit details
    Browse the repository at this point in the history
  3. fix Author

    DanielMartinPerezdeLeon authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a1e3a1b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11 from guadaltel/update-etf-20241014

    Updated ETF install file for OSGeoLive 17 to work with new OS and Java version
    jenriquesoriano authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    969eff3 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    bb81310 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Merge pull request #12 from guadaltel/update-etf-20241014

    Fixed changing java version assigning manually java version to be used by jetty
    jenriquesoriano authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5114fd8 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    ae5ac55 View commit details
    Browse the repository at this point in the history
  2. added sudo on install java to ensure its installation

    added sudo flag on line 85 and 90 (check for java11 in system and install it as sudo user)
    DanielMartinPerezdeLeon authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1b899c2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from guadaltel/update-etf-20241014

    update and add installation and check of java11 as sudo to ensure installation
    jenriquesoriano authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8a40f7f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    16cd14f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Merge pull request #14 from guadaltel/update-etf-20241014

    Changed user to SUDO_USER (whoami if it fails) and add info in the header about running as  sudo
    jenriquesoriano authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a7508ef View commit details
    Browse the repository at this point in the history
  2. Remove sudo execution

    Remove explicit sudo execution, since:
    - install script will run as sudo
    - a check for sudo user is included
    jenriquesoriano authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    bf7b860 View commit details
    Browse the repository at this point in the history
  3. Remove explicit sudo execution

    Remove explicit sudo execution, since:
    - install script will run as sudo
    - a check for sudo user is included
    jenriquesoriano authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ca130bc View commit details
    Browse the repository at this point in the history