From 44232e79e17ba11b166c611f574b544b121c44f3 Mon Sep 17 00:00:00 2001 From: cirolosapio Date: Mon, 10 Jun 2024 21:37:56 +0200 Subject: [PATCH] chore: Update Alpine-ohmyzsh devcontainer feature version to 0.0.20 and set default shell to zsh --- src/alpine-ohmyzsh/devcontainer-feature.json | 2 +- src/alpine-ohmyzsh/install.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/alpine-ohmyzsh/devcontainer-feature.json b/src/alpine-ohmyzsh/devcontainer-feature.json index 56bc14d..f06f163 100644 --- a/src/alpine-ohmyzsh/devcontainer-feature.json +++ b/src/alpine-ohmyzsh/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "alpine-ohmyzsh", "id": "alpine-ohmyzsh", - "version": "0.0.19", + "version": "0.0.20", "description": "Installs ohmyzsh on alpine", "documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-ohmyzsh", "installsAfter": [ diff --git a/src/alpine-ohmyzsh/install.sh b/src/alpine-ohmyzsh/install.sh index 7e09b8c..bf158df 100644 --- a/src/alpine-ohmyzsh/install.sh +++ b/src/alpine-ohmyzsh/install.sh @@ -48,5 +48,6 @@ if command -v starship > /dev/null; then fi sed -i "s|:/bin/ash|:/bin/zsh|g" /etc/passwd +sed -i "s|:/bin/sh|:/bin/zsh|g" /etc/passwd echo 'Done!' \ No newline at end of file