1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 14:31:50 +00:00

Update sqlserver2022-install.sh

This commit is contained in:
CanbiZ 2025-01-21 21:08:48 +01:00 committed by GitHub
parent cf2942da9a
commit 223eecdd8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,13 +39,12 @@ $STD apt-get update
$STD apt-get install -y \
mssql-tools18 \
unixodbc-dev
echo 'export PATH="$PATH:/opt/mssql-tools18/bin"' >> ~/.bash_profile
source ~/.bash_profile
echo 'export PATH="$PATH:/opt/mssql-tools18/bin"' >> ~/.bashrc
source ~/.bashrc
msg_ok "Installed SQL Server Tools"
msg_info "Start Service"
systemctl enable -q mssql-server
systemctl start -q mssql-server
systemctl enable -q --now mssql-server
msg_ok "Service started"
motd_ssh