mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
change Node.js install
This commit is contained in:
parent
4d3033028f
commit
1dc5a353ca
1 changed files with 2 additions and 1 deletions
|
@ -43,8 +43,9 @@ source ~/.bashrc
|
|||
export NVM_DIR="\$HOME/.nvm"
|
||||
[ -s "\$NVM_DIR/nvm.sh" ] && \. "\$NVM_DIR/nvm.sh"
|
||||
[ -s "\$NVM_DIR/bash_completion" ] && \. "\$NVM_DIR/bash_completion"
|
||||
nvm install 20
|
||||
EOF
|
||||
su immich -s /usr/bin/bash -c "nvm install 20"
|
||||
#su immich -s /usr/bin/bash -c "nvm install 20"
|
||||
|
||||
#$STD bash <(curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh)
|
||||
#export PS1=$'\h:\w\$'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue