From eae75cdb456b485f7620eee9417dbb189bf8cdc8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 16 Jan 2024 18:56:02 +0100 Subject: [PATCH] feat: Display wait message --- src/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/install.sh b/src/install.sh index 6f99947..8ee4910 100644 --- a/src/install.sh +++ b/src/install.sh @@ -4,6 +4,10 @@ set -Eeuo pipefail : "${ATTENDED:="N"}" : "${VERSION:="win11x64"}" +# Display wait message +MSG="Please wait while Windows is being downloaded..." +/run/server.sh "Windows" "$MSG" & + ARGUMENTS="-chardev socket,id=chrtpm,path=/tmp/emulated_tpm/swtpm-sock $ARGUMENTS" ARGUMENTS="-tpmdev emulator,id=tpm0,chardev=chrtpm -device tpm-tis,tpmdev=tpm0 $ARGUMENTS"