mirror of
https://github.com/MysticRyuujin/guac-install.git
synced 2023-10-10 13:36:56 +02:00
nit spacing
This commit is contained in:
parent
87a119e372
commit
638ab0483c
@ -201,7 +201,7 @@ if [[ "${NAME}" == "Ubuntu" ]]; then
|
|||||||
MYSQL="mysql-server mysql-client mysql-common mysql-utilities"
|
MYSQL="mysql-server mysql-client mysql-common mysql-utilities"
|
||||||
# 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=""
|
||||||
else
|
else
|
||||||
MYSQL="mysql-client"
|
MYSQL="mysql-client"
|
||||||
fi
|
fi
|
||||||
@ -216,7 +216,7 @@ elif [[ "${NAME}" == *"Debian"* ]] || [[ "${NAME}" == *"Raspbian GNU/Linux"* ]];
|
|||||||
MYSQL="default-mysql-server default-mysql-client mysql-common"
|
MYSQL="default-mysql-server default-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=""
|
||||||
else
|
else
|
||||||
MYSQL="default-mysql-client"
|
MYSQL="default-mysql-client"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user