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"