We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c384efb commit 6d1a4c8Copy full SHA for 6d1a4c8
alpine/alpine-node-dev.sh
@@ -31,6 +31,7 @@ sh -c "$(wget -qO- https://github.com/deluan/zsh-in-docker/releases/latest/downl
31
sudo sed -i 's/\/root:\/bin\/ash/\/root:\/bin\/zsh/g' /etc/passwd
32
sudo sed -i 's/\/root:\/bin\/sh/\/root:\/bin\/zsh/g' /etc/passwd
33
export SHELL=/bin/zsh
34
+exec /bin/zsh
35
36
# Install fnm (patched for alpine zsh) and install lts node using fnm
37
wget https://raw.githubusercontent.com/NamesMT/linux-stuff/main/alpine/scripts/install-fnm.sh -O- | sh
0 commit comments