From 62784e9200cbd0a02c0fb9b485e4f50caa165f74 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Sun, 24 Sep 2023 20:32:41 -0400
Subject: [PATCH] Update homarr-install.sh

---
 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 5d083f846..ebd6d7a02 100644
--- a/install/homarr-install.sh
+++ b/install/homarr-install.sh
@@ -41,7 +41,7 @@ msg_info "Installing Homarr (Patience)"
 git clone -q https://github.com/ajnart/homarr.git /opt/homarr
 cd /opt/homarr
 $STD yarn install
-$STD NEXTAUTH_URL=http://localhost:3000 yarn build
+NEXTAUTH_URL=http://localhost:3000 yarn build &>/dev/null
 msg_ok "Installed Homarr"
 
 msg_info "Creating Service"