Pārlūkot izejas kodu

Update homepage-install.sh

tteckster 2 gadi atpakaļ
vecāks
revīzija
e75acf208c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      setup/homepage-install.sh

+ 1 - 1
setup/homepage-install.sh

@@ -74,7 +74,7 @@ apt-get install -y git &>/dev/null
 msg_ok "Installed Dependencies"
 
 msg_info "Setting up Node.js Repository"
-curl -fsSL https://deb.nodesource.com/setup_16.x | bash - &>/dev/null
+curl -fsSL https://deb.nodesource.com/setup_18.x | bash - &>/dev/null
 msg_ok "Set up Node.js Repository"
 
 msg_info "Installing Node.js"