Browse Source

Update homarr-install.sh

tteckster 1 year ago
parent
commit
72f580664d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      install/homarr-install.sh

+ 1 - 0
install/homarr-install.sh

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