mirror of
https://github.com/MysticRyuujin/guac-install.git
synced 2023-10-10 13:36:56 +02:00
Remove mysql-utilities
Fixes #134 Package is not required. Package currently unavailable on Ubuntu 20.04.
This commit is contained in:
parent
5fb4d6baee
commit
2a8ffcc9d2
@ -226,7 +226,7 @@ if [[ "${NAME}" == "Ubuntu" ]]; then
|
|||||||
LIBPNG="libpng-dev"
|
LIBPNG="libpng-dev"
|
||||||
fi
|
fi
|
||||||
if [ "${installMySQL}" = true ]; then
|
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
|
# Checking if (any kind of) mysql-client or compatible command installed. This is useful for existing mariadb server
|
||||||
elif [ -x "$( command -v mysql )" ]; then
|
elif [ -x "$( command -v mysql )" ]; then
|
||||||
MYSQL=""
|
MYSQL=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user