We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd95c2c commit 13cd9c3Copy full SHA for 13cd9c3
testing/test-vscode.sh
@@ -1,6 +1,11 @@
1
#!/bin/sh
2
set -x
3
set -e
4
+
5
+# Install necessary packages with specific versions
6
+sudo apt-get update
7
+sudo apt-get install -y curl=7.68.0-1ubuntu2.22 libcurl4=7.68.0-1ubuntu2.22 libcurl4-openssl-dev=7.68.0-1ubuntu2.22
8
9
# just to make sure: we are in the mongosh root dir
10
test -x packages && grep -q '"name": "mongosh"' package.json
11
npm -v
0 commit comments