VirtualBox

Changeset 78800 in vbox for trunk


Ignore:
Timestamp:
May 28, 2019 6:12:38 AM (6 years ago)
Author:
vboxsync
Message:

Installer/Linux: reactivate force installer switch.
bugref:9478: Linux installer too interactive for automated testing.
Our Makeself Linux installer has a switch (force without dashes) to make it
skip the test for already installed components which might get overwritten.
However this switch seems to have got broken at some point. This change
reenables it.

File:
1 edited

Legend:

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

    r76611 r78800  
    162162ACTION="install"
    163163BUILD_MODULE="true"
     164unset FORCE_UPGRADE
    164165while true
    165166do
     
    205206        PREV_INSTALLATION=$INSTALL_DIR
    206207    fi
    207     if ! check_previous $INSTALL_DIR
     208    if ! check_previous $INSTALL_DIR && test -z "$FORCE_UPGRADE"
    208209    then
    209210        info
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