Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit e1a20d5

Browse files
authored
Update node-debian.sh
1 parent c8d1338 commit e1a20d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script-library/node-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ su ${USERNAME} -c "$(cat << EOF
126126
umask 0002
127127
# Do not update profile - we'll do this manually
128128
export PROFILE=/dev/null
129-
ls -lah /home/${USERNAME}/.nvs
129+
ls -lah /home/${USERNAME}/.nvs || :
130130
mkdir /home/${USERNAME}/.nvs || chown ${USERNAME}: /home/${USERNAME}/.nvs
131131
curl -so- https://raw.githubusercontent.com/nvm-sh/nvm/v${NVM_VERSION}/install.sh | bash
132132
source ${NVM_DIR}/nvm.sh

0 commit comments

Comments
 (0)