Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit fcaf68f

Browse files
committed
https://github.com/microsoft/vscode-dev-containers/issues/754
1 parent 79d7a3b commit fcaf68f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

containers/dotnet-mssql/.devcontainer/mssql/installSQLtools.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
2-
set -echo
32
echo "Installing mssql-tools"
43
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | (OUT=$(apt-key add - 2>&1) || echo $OUT)
54
DISTRO=$(lsb_release -is | tr '[:upper:]' '[:lower:]')

0 commit comments

Comments
 (0)