Skip to content

Commit 6d1a4c8

Browse files
authored
Update alpine-node-dev.sh
Test add `exec /bin/zsh`
1 parent c384efb commit 6d1a4c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

alpine/alpine-node-dev.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ sh -c "$(wget -qO- https://github.com/deluan/zsh-in-docker/releases/latest/downl
3131
sudo sed -i 's/\/root:\/bin\/ash/\/root:\/bin\/zsh/g' /etc/passwd
3232
sudo sed -i 's/\/root:\/bin\/sh/\/root:\/bin\/zsh/g' /etc/passwd
3333
export SHELL=/bin/zsh
34+
exec /bin/zsh
3435

3536
# Install fnm (patched for alpine zsh) and install lts node using fnm
3637
wget https://raw.githubusercontent.com/NamesMT/linux-stuff/main/alpine/scripts/install-fnm.sh -O- | sh

0 commit comments

Comments
 (0)