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