Skip to content

Commit 3214e5b

Browse files
authored
Change install command from sh to bash
1 parent 5987e5c commit 3214e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/devtool/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ for i in {1..180}; do
5959
done
6060
echo "::step::Installing DevTool..."
6161
cd /tmp
62-
curl -sL https://aka.ms/InstallToolLinux.sh | sh -s DevTool
62+
curl -sL https://aka.ms/InstallToolLinux.sh | bash -s DevTool
6363
EOF
6464

6565
chmod 755 "$DEVTOOL_SCRIPT_PATH"
@@ -78,4 +78,4 @@ echo "Adding DevTool to PATH for root"
7878
echo "export PATH=\$PATH:/root/.config/DevTool/CurrentVersion" >> /etc/bash.bashrc || true
7979
echo "export PATH=\$PATH:/root/.config/DevTool/CurrentVersion" >> /etc/zsh/zshrc || true
8080

81-
exit 0
81+
exit 0

0 commit comments

Comments
 (0)