From fbb5a0deceb3a32be8e16cf13c8b1ed6adc665d2 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Wed, 28 Feb 2018 01:22:32 -0800 Subject: [PATCH] Upgrading to Virtualbox 5.2 in the CI build --- ci/automated_install.sh | 4 ++-- ci/automated_install_vagrant_only.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/automated_install.sh b/ci/automated_install.sh index 30a64a6..ba7ab4a 100644 --- a/ci/automated_install.sh +++ b/ci/automated_install.sh @@ -7,11 +7,11 @@ # the text "building". Once the test is completed, the text will be replaced # with "success" or "failed". -# Install Virtualbox 5.1 +# Install Virtualbox 5.2 echo "deb http://download.virtualbox.org/virtualbox/debian xenial contrib" >> /etc/apt/sources.list wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - apt-get update -apt-get install -y virtualbox-5.1 build-essential unzip git ufw apache2 +apt-get install -y virtualbox-5.2 build-essential unzip git ufw apache2 echo "building" > /var/www/html/index.html diff --git a/ci/automated_install_vagrant_only.sh b/ci/automated_install_vagrant_only.sh index e317927..db7eff3 100644 --- a/ci/automated_install_vagrant_only.sh +++ b/ci/automated_install_vagrant_only.sh @@ -7,11 +7,11 @@ # the text "building". Once the test is completed, the text will be replaced # with "success" or "failed". -# Install Virtualbox 5.1 +# Install Virtualbox 5.2 echo "deb http://download.virtualbox.org/virtualbox/debian xenial contrib" >> /etc/apt/sources.list wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - apt-get update -apt-get install -y virtualbox-5.1 build-essential unzip git ufw apache2 +apt-get install -y virtualbox-5.2 build-essential unzip git ufw apache2 echo "building" > /var/www/html/index.html