Skip to content
Snippets Groups Projects
Commit 16ba0270 authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Set variable to avoid getting stuck on prompt during setup.

parent 9b6e774e
No related merge requests found
......@@ -40,6 +40,7 @@ Vagrant.configure("2") do |config|
debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password root'
# Install package dependencies.
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y git zip unzip apache2 default-jdk mysql-server
apt-get install -y libapache2-mod-php php-mbstring php-pear php php-dev php-gd php-intl php-json php-ldap php-mysql php-soap php-xml php-curl
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment