From e7436ee55d5a91866097e0bce9f9677820192701 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 11 Nov 2023 13:19:01 -0500 Subject: [PATCH] Update homarr-install.sh test --- install/homarr-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/homarr-install.sh b/install/homarr-install.sh index 38966a3f..9067e47e 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -34,7 +34,7 @@ $STD apt-get install -y nodejs npm install -g npm@latest $STD npm install -g yarn $STD yarn global add prisma -npm install next +# npm install next $STD npm instal react $STD npm instal react-dom msg_ok "Installed Node.js/Yarn"