Accepting request 876243 from home:mgerstner:branches:Virtualization
- update-extpack.sh: explicitly use https:// protocol for authenticity. The http:// URL is currently redirected to https:// but don't rely on this. OBS-URL: https://build.opensuse.org/request/show/876243 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=592
This commit is contained in:
parent
0eb057075c
commit
afc8c56a4f
@ -54,7 +54,7 @@ fi
|
|||||||
|
|
||||||
# A new version of extpack is needed - switch to directory that can be written, and download it
|
# A new version of extpack is needed - switch to directory that can be written, and download it
|
||||||
pushd ~ > /dev/null 2>&1
|
pushd ~ > /dev/null 2>&1
|
||||||
$WGET http://download.virtualbox.org/virtualbox/$VBOX_VERSION/$VBOX_EXT > /dev/null 2>&1
|
$WGET https://download.virtualbox.org/virtualbox/$VBOX_VERSION/$VBOX_EXT > /dev/null 2>&1
|
||||||
|
|
||||||
# Now install it
|
# Now install it
|
||||||
echo Y | $VBOXMANAGE extpack install --replace $VBOX_EXT > /dev/null 2>&1
|
echo Y | $VBOXMANAGE extpack install --replace $VBOX_EXT > /dev/null 2>&1
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 1 14:01:26 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||||
|
|
||||||
|
- update-extpack.sh: explicitly use https:// protocol for authenticity. The
|
||||||
|
http:// URL is currently redirected to https:// but don't rely on this.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 4 18:47:09 UTC 2021 - Larry Finger <Larry.Finger@gmail.com>
|
Thu Feb 4 18:47:09 UTC 2021 - Larry Finger <Larry.Finger@gmail.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user