Explorar el Código

Update nginxproxymanager-install.sh

tweak
tteckster hace 2 años
padre
commit
4110e60f1b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      install/nginxproxymanager-install.sh

+ 1 - 1
install/nginxproxymanager-install.sh

@@ -53,7 +53,7 @@ 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)
-source ~/.bashrc
+. ~/.bashrc
 $STD nvm install 16
 ln -sf /root/.nvm/versions/node/v16.20.0/bin/node /usr/bin/node
 msg_ok "Installed Node.js"