From 60d5522ec17e4c458af8d7e90a83861195092f90 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 11 Nov 2023 13:36:23 -0500 Subject: [PATCH] Update homarr-install.sh ready for testing --- install/homarr-install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/install/homarr-install.sh b/install/homarr-install.sh index eed6b88e..b6e23993 100644 --- a/install/homarr-install.sh +++ b/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)"