From 87256a39cebefa4a0d10e5f14fbed37585a7573f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 22 Jan 2025 12:19:06 +0100 Subject: [PATCH] Update sqlserver2022-install.sh --- install/sqlserver2022-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/sqlserver2022-install.sh b/install/sqlserver2022-install.sh index 5680fb00..8043310b 100644 --- a/install/sqlserver2022-install.sh +++ b/install/sqlserver2022-install.sh @@ -33,11 +33,11 @@ msg_ok "Setup Server 2022" msg_info "Installing SQL Server Tools" export DEBIAN_FRONTEND=noninteractive -echo "msodbcsql18 msodbcsql18/accept_eula boolean true" | sudo debconf-set-selections -echo "mssql-tools18 mssql-tools18/license_terms select yes" | sudo debconf-set-selections curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list | tee /etc/apt/sources.list.d/mssql-release.list $STD apt-get update +echo "msodbcsql18 msodbcsql18/accept_eula boolean true" | sudo debconf-set-selections +echo "mssql-tools18 mssql-tools18/license_terms select yes" | sudo debconf-set-selections $STD apt-get install -y \ mssql-tools18 \ unixodbc-dev