diff --git a/src/devtool/devcontainer-feature.json b/src/devtool/devcontainer-feature.json index 77a50a2..9648a08 100644 --- a/src/devtool/devcontainer-feature.json +++ b/src/devtool/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "DevTool", "id": "devtool", - "version": "1.0.2", + "version": "1.0.3", "description": "Install DevTool", "installsAfter": [ "ghcr.io/devcontainers/features/common-utils" diff --git a/src/devtool/install.sh b/src/devtool/install.sh index c028549..2deb23a 100644 --- a/src/devtool/install.sh +++ b/src/devtool/install.sh @@ -59,7 +59,7 @@ for i in {1..180}; do done echo "::step::Installing DevTool..." cd /tmp -curl -sL https://aka.ms/InstallToolLinux.sh | sh -s DevTool +curl -sL https://aka.ms/InstallToolLinux.sh | bash -s DevTool EOF chmod 755 "$DEVTOOL_SCRIPT_PATH" @@ -78,4 +78,4 @@ echo "Adding DevTool to PATH for root" echo "export PATH=\$PATH:/root/.config/DevTool/CurrentVersion" >> /etc/bash.bashrc || true echo "export PATH=\$PATH:/root/.config/DevTool/CurrentVersion" >> /etc/zsh/zshrc || true -exit 0 \ No newline at end of file +exit 0