瀏覽代碼

Update homarr-install.sh

ready for testing
tteckster 1 年之前
父節點
當前提交
60d5522ec1
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      install/homarr-install.sh

+ 1 - 5
install/homarr-install.sh

@@ -31,12 +31,8 @@ msg_ok "Set up Node.js Repository"
 msg_info "Installing Node.js/Yarn"
 $STD apt-get update
 $STD apt-get install -y nodejs
-npm install -g npm@latest
+$STD npm install -g npm@latest
 $STD npm install -g yarn
-#$STD yarn global add prisma
-# npm install next
-#$STD npm install react
-#$STD npm install react-dom
 msg_ok "Installed Node.js/Yarn"
 
 msg_info "Installing Homarr (Patience)"