ABOUT
Script to automatically set up a SQL Server 2022 installation.
infoIf you choose not to run the installation setup, execute: `/opt/mssql/bin/mssql-conf setup` in LXC shell.
infoYou can setup the admin account 'SA' during installation
warningMake sure you disable the SA account if you intend to use this in production!
INSTALL
Approved local installer
DefaultUbuntu 22.04
Approved locally1 CPU2048 MB RAM10 GB disk
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/sqlserver2022.sh'; sha='b79ad8c370a063e8a7e778e35b124bb3d198e565e4b3c6f0c5891130166638f4'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/sqlserver2022.shSHA-256 b79ad8c370a063e8a7e778e35b124bb3d198e565e4b3c6f0c5891130166638f4 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.