Changeset 67818 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jul 6, 2017 12:56:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/install.sh.in
r66504 r67818 129 129 test "$found" = 0 && return 0 130 130 if ! test "$1" = "force" ; then 131 # Try to make the promised notification appear on next start. 132 VBoxControl guestproperty delete \ 133 /VirtualBox/GuestAdd/HostVerLastChecked 2>&1 > /dev/null 131 134 cat 1>&2 << EOF 132 You appear to have a version of the VirtualBox Guest Additions 133 on your system which was installed from a different source or using a 134 different type of installer. If you installed it from a package from your 135 Linux distribution or if it is a default part of the system then we strongly 136 recommend that you cancel this installation and remove it properly before 137 installing this version. If this is simply an older or a damaged 138 installation you may safely proceed. 139 140 Do you wish to continue anyway? [yes or no] 135 This system appears to have a version of the VirtualBox Guest Additions 136 already installed. If it is part of the operating system and kept up-to-date, 137 there is most likely no need to replace it. If it is not up-to-date, you 138 should get a notification when you start the system. If you wish to replace 139 it with this version, please do not continue with this installation now, but 140 instead remove the current version first, following the instructions for the 141 operating system. 142 143 If your system simply has the remains of a version of the Additions you could 144 not remove you should probably continue now, and these will be removed during 145 installation. 146 147 Do you wish to continue? [yes or no] 141 148 EOF 142 149 read reply dummy
Note:
See TracChangeset
for help on using the changeset viewer.