Update homarr-install.sh

This commit is contained in:
tteckster 2023-09-24 21:35:32 -04:00 committed by GitHub
parent 62784e9200
commit f39274a5c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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"