Browse Source

Update homepage-v5-install.sh

tteckster 2 years ago
parent
commit
bfe427535e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/homepage-v5-install.sh

+ 1 - 1
install/homepage-v5-install.sh

@@ -93,7 +93,7 @@ msg_ok "Set up Node.js Repository"
 
 msg_info "Installing Node.js"
 $STD apt-get install -y nodejs
-$STD npm install -g npm@9.3.1
+$STD npm install -g pnpm
 msg_ok "Installed Node.js"
 
 msg_info "Installing Homepage"