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