From f39274a5c7fd22d3fb45ceba000d9628c8c281d5 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 24 Sep 2023 21:35:32 -0400 Subject: [PATCH] Update homarr-install.sh --- install/homarr-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/homarr-install.sh b/install/homarr-install.sh index ebd6d7a0..1e8788fd 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -35,13 +35,14 @@ msg_ok "Installed Node.js" msg_info "Installing Yarn" $STD npm install -g yarn +$STD npm install next react react-dom msg_ok "Installed Yarn" msg_info "Installing Homarr (Patience)" git clone -q https://github.com/ajnart/homarr.git /opt/homarr cd /opt/homarr $STD yarn install -NEXTAUTH_URL=http://localhost:3000 yarn build &>/dev/null +$STD yarn build msg_ok "Installed Homarr" msg_info "Creating Service"