Changeset 70930 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Feb 9, 2018 11:22:43 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/routines.sh
r69500 r70930 92 92 abort "This program must be run with administrator privileges. Aborting" 93 93 fi 94 } 95 96 ## Abort if dependencies are not found 97 check_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 94 103 } 95 104
Note:
See TracChangeset
for help on using the changeset viewer.