also install sqlite driver

This commit is contained in:
Shish 2015-08-01 14:12:58 +01:00
parent cb9cc07d30
commit ac5f0f611c

View file

@ -11,7 +11,7 @@
set -e
# Install the necessary packages
sudo apt-get install -y nginx php5-fpm php5-mysql php5-pgsql --fix-missing
sudo apt-get install -y nginx php5-fpm php5-mysql php5-pgsql php5-sqlite --fix-missing
# Stop the daemons
sudo service nginx stop