forked from pool/virtualbox
Accepting request 1141929 from home:xtexChooser:branches:Virtualization
- Fix extpack updater to allow PUEL version 11 - Package UnattendedTemplates into main package - Install UnattendedTemplates for unattended installing. OBS-URL: https://build.opensuse.org/request/show/1141929 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=718
This commit is contained in:
committed by
Git OBS Bridge
parent
17ab9417a2
commit
b419f177dc
@@ -38,10 +38,10 @@ fi
|
||||
# An extpack has been installed on this system. Now we need to check if
|
||||
# it was issued under the current version of the license.
|
||||
|
||||
#Note to maintainers: The "version 10" in the next command must be changed
|
||||
#Note to maintainers: The "version 11" in the next command must be changed
|
||||
# manually when Oracle revises the license.
|
||||
|
||||
LICENSE_CHECK=`$GREP "version 10" $LICENSE_PATH | $AWK -F\ {'print $2'}`
|
||||
LICENSE_CHECK=`$GREP "version 11" $LICENSE_PATH | $AWK -F\ {'print $2'}`
|
||||
if [ -z $LICENSE_CHECK ]; then
|
||||
# New license version does not match the current installation.
|
||||
# The user will need to agree to the new version, thus we do nothing here.
|
||||
|
Reference in New Issue
Block a user