Skip to content

Commit b9cdfc2

Browse files
authored
Added environment variable to accept EULA for SQLServer2022 (#1755)
1 parent ae72612 commit b9cdfc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/sqlserver2022-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ msg_ok "Setup Server 2022"
3333

3434
msg_info "Installing SQL Server Tools"
3535
export DEBIAN_FRONTEND=noninteractive
36+
export ACCEPT_EULA=Y
3637
curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc
3738
curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list | tee /etc/apt/sources.list.d/mssql-release.list
3839
$STD apt-get update

0 commit comments

Comments
 (0)