feat: Remove ISO after installation (#83)

This commit is contained in:
Kroese 2024-01-24 05:38:16 +01:00 committed by GitHub
parent 08f040a819
commit d3a91d8dfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 390 additions and 299 deletions

View file

@ -27,6 +27,7 @@ info "Booting $APP using $VERS..."
terminal
tail -fn +0 "$QEMU_LOG" 2>/dev/null &
cat "$QEMU_TERM" 2>/dev/null & wait $! || :
cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" &
wait $! || :
sleep 1 && finish 0