feat: Added editions and mirrors (#439)

This commit is contained in:
Kroese 2024-04-30 22:57:44 +02:00 committed by GitHub
parent 02c95fb960
commit 8be14ec466
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 5231 additions and 573 deletions

View file

@ -9,6 +9,7 @@ SUPPORT="https://github.com/dockur/windows"
cd /run
. reset.sh # Initialize system
. define.sh # Define versions
. install.sh # Run installation
. disk.sh # Initialize disks
. display.sh # Initialize graphics
@ -28,8 +29,8 @@ info "Booting ${APP}${BOOT_DESC}..."
(( rc != 0 )) && error "$(<"$QEMU_LOG")" && exit 15
terminal
( sleep 10; boot ) &
tail -fn +0 "$QEMU_LOG" 2>/dev/null &
( 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 $! || :