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
f1dbe66a99
commit
82ac3c52e2
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ msg_info "Installing Node.js"
|
|||
$STD bash <(curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh)
|
||||
export PS1=$'\h:\w\$'
|
||||
export debian_chroot=""
|
||||
export force_color_prompt="false"
|
||||
export force_color_prompt=no
|
||||
. ~/.bashrc # crashes with: /root/.bashrc: line 6: PS1: unbound variable
|
||||
#export NVM_DIR="$HOME/.nvm"
|
||||
#[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue