mirror of
https://github.com/dockur/windows.git
synced 2026-01-23 03:13:21 +00:00
feat: Added editions and mirrors (#439)
This commit is contained in:
@@ -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 $! || :
|
||||
|
||||
|
||||
Reference in New Issue
Block a user