mirror of
https://github.com/dockur/windows.git
synced 2026-01-25 12:23:13 +00:00
feat: Remove ISO after installation (#83)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user