mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2024-11-23 01:37:13 +01: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…
Reference in New Issue
Block a user