From d3914b996925de0821794f3f8643de842bb639ba Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Wed, 30 Oct 2019 11:59:44 +0100 Subject: [PATCH] Xdebug installation fix for vagrant. --- vagrant/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 4ab9a1b..8f37e55 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -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