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 5987e5c commit 3214e5bCopy full SHA for 3214e5b
src/devtool/install.sh
@@ -59,7 +59,7 @@ for i in {1..180}; do
59
done
60
echo "::step::Installing DevTool..."
61
cd /tmp
62
-curl -sL https://aka.ms/InstallToolLinux.sh | sh -s DevTool
+curl -sL https://aka.ms/InstallToolLinux.sh | bash -s DevTool
63
EOF
64
65
chmod 755 "$DEVTOOL_SCRIPT_PATH"
@@ -78,4 +78,4 @@ echo "Adding DevTool to PATH for root"
78
echo "export PATH=\$PATH:/root/.config/DevTool/CurrentVersion" >> /etc/bash.bashrc || true
79
echo "export PATH=\$PATH:/root/.config/DevTool/CurrentVersion" >> /etc/zsh/zshrc || true
80
81
-exit 0
+exit 0
0 commit comments