|
runCommand("sudo", ["apt-get", "install", "php5", "-qq"], true);
|
|
runCommand("sudo", ["apt-get", "install", "php5", "-qq"], true);
|
|
- runCommand("sudo", ["apt-get", "install", "php5-mysql", "-qq"], true);
|
|
|
|
|
|
+ runCommand("sudo", ["apt-get", "install", "php5-mysql", "php5-sqlite", "-qq"], true);
|