We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a56e05 commit e95b0bcCopy full SHA for e95b0bc
.devcontainer/install-asdf.sh
@@ -7,7 +7,7 @@ export ASDF_VERSION=v0.18.0
7
rm /tmp/asdf.tar.gz || true
8
9
curl -L https://github.com/asdf-vm/asdf/releases/download/${ASDF_VERSION}/asdf-${ASDF_VERSION}-linux-amd64.tar.gz -o /tmp/asdf.tar.gz
10
-
+
11
mkdir -p /opt/asdf
12
13
tar -xzf /tmp/asdf.tar.gz -C /opt/asdf
0 commit comments