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

View file

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