Browse Source

Update nginxproxymanager-install.sh

tweak
tteckster 2 năm trước cách đây
mục cha
commit
41f44f4c28
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      install/nginxproxymanager-install.sh

+ 1 - 1
install/nginxproxymanager-install.sh

@@ -52,7 +52,7 @@ $STD apt-get update
 $STD apt-get -y install openresty
 msg_ok "Installed Openresty"
 
-msg_info "Installing Node.js (Patience)"
+msg_info "Installing Node.js"
 $STD bash <(curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh)
 . ~/.bashrc
 $STD nvm install 16.20.1