We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae72612 commit b9cdfc2Copy full SHA for b9cdfc2
install/sqlserver2022-install.sh
@@ -33,6 +33,7 @@ msg_ok "Setup Server 2022"
33
34
msg_info "Installing SQL Server Tools"
35
export DEBIAN_FRONTEND=noninteractive
36
+export ACCEPT_EULA=Y
37
curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc
38
curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list | tee /etc/apt/sources.list.d/mssql-release.list
39
$STD apt-get update
0 commit comments