Update homarr-install.sh

This commit is contained in:
tteckster 2023-11-11 12:08:31 -05:00 committed by GitHub
parent 026ad7bbec
commit 72f580664d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ NEXTAUTH_SECRET="1234"
EOF
$STD yarn install
$STD yarn build
$STD yarn db:migrate
msg_ok "Installed Homarr"
msg_info "Creating Service"