Remove mysql-utilities

Fixes #134 

Package is not required. Package currently unavailable on Ubuntu 20.04.
This commit is contained in:
Chase Wright 2020-05-05 07:42:30 -05:00 committed by GitHub
parent 5fb4d6baee
commit 2a8ffcc9d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ if [[ "${NAME}" == "Ubuntu" ]]; then
LIBPNG="libpng-dev"
fi
if [ "${installMySQL}" = true ]; then
MYSQL="mysql-server mysql-client mysql-common mysql-utilities"
MYSQL="mysql-server mysql-client mysql-common"
# Checking if (any kind of) mysql-client or compatible command installed. This is useful for existing mariadb server
elif [ -x "$( command -v mysql )" ]; then
MYSQL=""