VirtualBox

Changeset 70930 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Feb 9, 2018 11:22:43 AM (7 years ago)
Author:
vboxsync
Message:

Additions/linux: check for bzip2 and tar before starting installation.
bugref:9117: Linux GA installer failure on minimal OL7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/routines.sh

    r69500 r70930  
    9292        abort "This program must be run with administrator privileges.  Aborting"
    9393    fi
     94}
     95
     96## Abort if dependencies are not found
     97check_deps()
     98{
     99    for i in ${@}; do
     100        type "${i}" >/dev/null 2>&1 ||
     101            abort "${i} not found.  Please install: ${*}; and try again."
     102    done
    94103}
    95104
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette