mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2024-11-14 22:47:14 +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"
|
||||
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=""
|
||||
|
Loading…
Reference in New Issue
Block a user