feat: Disabled sleep mode and improved download (#413)

This commit is contained in:
Kroese 2024-04-24 20:16:43 +02:00 committed by GitHub
parent a6a65a67d1
commit adece2e559
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 283 additions and 181 deletions

View file

@ -29,7 +29,7 @@ info "Booting ${APP}${BOOT_DESC} on a ${CPU} using QEMU v${VERS} with kernel $(u
terminal
tail -fn +0 "$QEMU_LOG" 2>/dev/null &
( sleep 6; [ ! -f "$QEMU_END" ] && info "Windows started succesfully, visit http://localhost:8006/ to view the screen..." ) &
( sleep 10; [ ! -f "$QEMU_END" ] && info "Windows started succesfully, visit http://localhost:8006/ to view the screen..." ) &
cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" &
wait $! || :