From 2112211a78d31c9d2076d8518e2701ea44204950 Mon Sep 17 00:00:00 2001 From: DaSourcerer Date: Fri, 27 Jan 2017 15:14:48 +0100 Subject: [PATCH] removed anything MySQL from the list of to-be-installed packages --- bin/bootstrap-ubuntu.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/bootstrap-ubuntu.sh b/bin/bootstrap-ubuntu.sh index 799f8027eb..bb5f08c772 100644 --- a/bin/bootstrap-ubuntu.sh +++ b/bin/bootstrap-ubuntu.sh @@ -25,9 +25,6 @@ apt-get install -y \ php$php_version-ctype \ php$php_version-fpm \ php$php_version-mbstring \ - php$php_version-mysql \ - php$php_version-mysqlnd \ - php$php_version-mysqli \ php$php_version-mcrypt \ php$php_version-pdo \ dsc22 cassandra=$cassandra_version cassandra-tools=$cassandra_version \