Update nginxproxymanager-install.sh

nvm v0.39.3
node v16.20.1
This commit is contained in:
tteckster 2023-06-26 05:05:51 -04:00 committed by GitHub
parent 45c2641a36
commit c06b861971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -53,10 +53,10 @@ $STD apt-get -y install openresty
msg_ok "Installed Openresty"
msg_info "Installing Node.js"
$STD bash <(curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh)
$STD bash <(curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh)
. ~/.bashrc
$STD nvm install 16.20.0
ln -sf /root/.nvm/versions/node/v16.20.0/bin/node /usr/bin/node
$STD nvm install 16.20.1
ln -sf /root/.nvm/versions/node/v16.20.1/bin/node /usr/bin/node
msg_ok "Installed Node.js"
msg_info "Installing Yarn"