Explorar el Código

Update homarr-install.sh

test
tteckster hace 1 año
padre
commit
9b251be440
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      install/homarr-install.sh

+ 3 - 3
install/homarr-install.sh

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