Explorar o código

Update homarr-install.sh

tteckster hai 1 ano
pai
achega
62784e9200
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      install/homarr-install.sh

+ 1 - 1
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"