File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " DevTool" ,
33 "id" : " devtool" ,
4- "version" : " 1.0.2 " ,
4+ "version" : " 1.0.3 " ,
55 "description" : " Install DevTool" ,
66 "installsAfter" : [
77 " ghcr.io/devcontainers/features/common-utils"
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ for i in {1..180}; do
5959done
6060echo "::step::Installing DevTool..."
6161cd /tmp
62- curl -sL https://aka.ms/InstallToolLinux.sh | sh -s DevTool
62+ curl -sL https://aka.ms/InstallToolLinux.sh | bash -s DevTool
6363EOF
6464
6565chmod 755 " $DEVTOOL_SCRIPT_PATH "
@@ -78,4 +78,4 @@ echo "Adding DevTool to PATH for root"
7878echo " export PATH=\$ PATH:/root/.config/DevTool/CurrentVersion" >> /etc/bash.bashrc || true
7979echo " export PATH=\$ PATH:/root/.config/DevTool/CurrentVersion" >> /etc/zsh/zshrc || true
8080
81- exit 0
81+ exit 0
You can’t perform that action at this time.
0 commit comments