Xdebug installation fix for vagrant.

pull/202/head
Ruslan Baidan 2019-10-30 11:59:44 +01:00
parent 79b141d070
commit d3914b9969
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ dpkg-reconfigure locales
echo -e "\n--- Installing now… ---\n"
echo -e "\n--- Updating packages list… ---\n"
apt-get update
apt-get update upgrade
echo -e "\n--- Install base packages… ---\n"
apt-get -y install vim zip unzip git gettext curl gsfonts > /dev/null
@ -67,7 +67,7 @@ expect -f - <<-EOF
send -- "y\r"
expect eof
EOF
sudo apt-get purge -y expect > /dev/null 2>&1
sudo apt-get purge -y expect php-xdebug > /dev/null 2>&1
echo -e "\n--- Configuring… ---\n"
sed -i "s/skip-external-locking/#skip-external-locking/g" $MARIA_DB_CFG