File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ echo_banner() {
2727}
2828install () {
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}
3333echo_banner " devcontainer.community"
You can’t perform that action at this time.
0 commit comments