Upgrading to Virtualbox 5.2 in the CI build

This commit is contained in:
Chris Long
2018-02-28 01:22:32 -08:00
parent c0929c8cd3
commit fbb5a0dece
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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