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 613ea01 commit 4390a9eCopy full SHA for 4390a9e
arch/arch-node-dev.sh
@@ -28,6 +28,7 @@ sh -c "$(wget -qO- https://github.com/deluan/zsh-in-docker/releases/latest/downl
28
# set zsh as default shell
29
sudo sed -i 's/\/bin\/bash/\/bin\/zsh/g' /etc/passwd
30
export SHELL=/bin/zsh
31
+exec /bin/zsh
32
33
# Install fnm and install lts node using fnm
34
wget https://fnm.vercel.app/install -O- | sh
0 commit comments