From 50165e4d38b288dd250e181971d5c08879012236 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 11 Nov 2023 13:03:35 -0500 Subject: [PATCH] Update homarr-install.sh --- install/homarr-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/homarr-install.sh b/install/homarr-install.sh index 2fe23c2b..18d37290 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -44,10 +44,10 @@ 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 -$STD yarn build cp -p /opt/homarr/.env.example /opt/homarr/.env sed -i 's/NEXTAUTH_SECRET="[^"]*"/NEXTAUTH_SECRET="'"$(openssl rand -base64 32)"'"/' /opt/homarr/.env +$STD yarn install +$STD yarn build $STD yarn db:migrate msg_ok "Installed Homarr"