Skip to content

Commit

Permalink
Update sqlserver2022-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MickLesk authored Jan 21, 2025
1 parent cf2942d commit 223eecd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions install/sqlserver2022-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 223eecd

Please sign in to comment.