Changeset 72816 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jul 3, 2018 9:58:12 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/install.sh
r72322 r72816 169 169 shift 170 170 case "$1" in 171 install )171 install|--install) 172 172 ACTION="install" 173 173 ;; 174 174 175 uninstall )175 uninstall|--uninstall) 176 176 ACTION="uninstall" 177 177 ;; 178 178 179 force )179 force|--force) 180 180 FORCE_UPGRADE=1 181 181 ;; 182 license_accepted_unconditionally )182 license_accepted_unconditionally|--license_accepted_unconditionally) 183 183 # Legacy option 184 184 ;; 185 no_module )185 no_module|--no_module) 186 186 BUILD_MODULE="" 187 187 ;;
Note:
See TracChangeset
for help on using the changeset viewer.