Compare commits

...

3 Commits

Author SHA1 Message Date
tteckster f39274a5c7
Update homarr-install.sh 2023-09-24 21:35:32 -04:00
tteckster 62784e9200
Update homarr-install.sh 2023-09-24 20:32:41 -04:00
tteckster 6b374d7e13
Update homarr-install.sh
set NEXTAUTH_URL=http://localhost:3000
2023-09-24 20:23:32 -04:00
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ 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)"