mirror of
				https://git.koehlerweb.org/frodovdr/guac-install
				synced 2025-10-31 01:36:43 +01:00 
			
		
		
		
	Remove mysql-utilities
Fixes #134 Package is not required. Package currently unavailable on Ubuntu 20.04.
This commit is contained in:
		| @@ -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="" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user