Skip to content

Commit abef960

Browse files
committed
feat(feature-installer): Change shell.
1 parent 9d2960e commit abef960

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/feature-installer/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "feature-installer",
33
"id": "feature-installer",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"description": "Install \"feature-installer\" binary",
66
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/feature-installer",
77
"options": {

src/feature-installer/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ echo_banner() {
2727
}
2828
install() {
2929
apt_get_checkinstall curl ca-certificates
30-
su $_REMOTE_USER -c "curl -fsSL http://raw.githubusercontent.com/devcontainer-community/feature-installer/refs/heads/main/scripts/install.sh | sh"
30+
su $_REMOTE_USER -c "curl -fsSL http://raw.githubusercontent.com/devcontainer-community/feature-installer/refs/heads/main/scripts/install.sh | bash"
3131
apt_get_cleanup
3232
}
3333
echo_banner "devcontainer.community"

0 commit comments

Comments
 (0)