GUACAMOLE-1418: update SQL Server driver to 9.4.1

This commit is contained in:
jbpaux
2021-12-25 22:40:26 +01:00
parent c6eeeab560
commit 42f753bda8

View File

@@ -115,7 +115,7 @@ curl -L "https://jdbc.postgresql.org/download/postgresql-9.4-1201.jdbc41.jar" >
# #
echo "Downloading SQL Server JDBC driver ..." echo "Downloading SQL Server JDBC driver ..."
curl -L "https://go.microsoft.com/fwlink/?linkid=2168494&clcid=0x409" | \ curl -L "https://go.microsoft.com/fwlink/?linkid=2183223&clcid=0x409" | \
tar -xz \ tar -xz \
-C "$DESTINATION/sqlserver/" \ -C "$DESTINATION/sqlserver/" \
--wildcards \ --wildcards \