Fix: SQL Server 2022 Install (#1669)

* Fix: SQL Server 2022 Install

* Update sqlserver2022.json
This commit is contained in:
CanbiZ 2025-01-22 10:25:39 +01:00 committed by GitHub
parent 8303f61647
commit c5df1bbcea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 13 deletions

View file

@ -31,6 +31,10 @@
"password":null
},
"notes":[
{
"text":"if you not choose the install setup, execute: `/opt/mssql/bin/mssql-conf setup` in LXC shell.",
"type":"info"
},
{
"text":"You can setup the admin account 'SA' during installation",
"type":"info"