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

prerequisites.sh: Don't fail if lsb_release executable missing #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 6, 2019

  1. prerequisites.sh: Don't fail if lsb_release executable missing

    The first part of the script only warned if the /usr/bin/lsb_release
    executable is missing, but the script later failed.  If lsb_release
    is run successfully, then the release version has been already stored
    in $release, so we can reuse that value to avoid running lsb_release
    again (and if lsb_release is missing, this fix allows the script to
    succeed anyway).  The change also changes to numerical comparison, to
    implement the identified need to handle later versions beyond Ubuntu
    18.04.
    
    Signed-off-by: Gunnar Andersson <[email protected]>
    Gunnar Andersson committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    e6fc8f7 View commit details
    Browse the repository at this point in the history