1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2025-06-28 14:23:33 +02:00

Update MCJVER

This commit is contained in:
Chase Wright
2021-10-22 08:44:05 -05:00
committed by GitHub
parent 9155efe897
commit b74ca7df5b

View File

@ -19,7 +19,7 @@ GUACVERSION="1.3.0"
# Latest Version of MySQL Connector/J if manual install is required (if libmariadb-java/libmysql-java is not available via apt) # Latest Version of MySQL Connector/J if manual install is required (if libmariadb-java/libmysql-java is not available via apt)
# Homepage ~ https://dev.mysql.com/downloads/connector/j/ # Homepage ~ https://dev.mysql.com/downloads/connector/j/
MCJVER="8.0.19" MCJVER="8.0.27"
# Colors to use for output # Colors to use for output
YELLOW='\033[1;33m' YELLOW='\033[1;33m'