also install sqlite driver
This commit is contained in:
parent
cb9cc07d30
commit
ac5f0f611c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Install the necessary packages
|
# 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
|
# Stop the daemons
|
||||||
sudo service nginx stop
|
sudo service nginx stop
|
||||||
|
|
Reference in a new issue