Browse Source

Update wikijs-install.sh

node v18
fixes https://github.com/tteck/Proxmox/issues/1752
tteckster 1 năm trước cách đây
mục cha
commit
faf3bb8dd7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      install/wikijs-install.sh

+ 1 - 1
install/wikijs-install.sh

@@ -24,7 +24,7 @@ msg_ok "Installed Dependencies"
 
 msg_info "Setting up Node.js Repository"
 curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
-echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x nodistro main" >/etc/apt/sources.list.d/nodesource.list
+echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" >/etc/apt/sources.list.d/nodesource.list
 msg_ok "Set up Node.js Repository"
 
 msg_info "Installing Node.js"