mirror of
https://github.com/dockur/windows.git
synced 2026-05-16 18:27:49 +01:00
feat: Remove ISO after installation (#83)
This commit is contained in:
+2
-1
@@ -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