feat: Improved installation (#545)

This commit is contained in:
Kroese
2024-05-27 12:40:19 +02:00
committed by GitHub
parent a96941c63e
commit fd83861e7d
9 changed files with 1437 additions and 271 deletions

View File

@@ -35,4 +35,4 @@ cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" &
wait $! || :
sleep 1 & wait $!
finish 0
[ ! -f "$QEMU_END" ] && finish 0