Move config to..

This commit is contained in:
zenobit 2025-02-18 03:30:44 +01:00
parent b3aa246faa
commit 945118746a
2 changed files with 1 additions and 3 deletions

View File

@ -6,6 +6,7 @@ HOMEPAGE="https://www.microsoft.com/en-us/windows"
DESCRIPTION="Whether youre gaming, studying, running a business, or running a household, Windows helps you get it done"
CREDENTIALS="-"
RELEASES="11 10"
GUEST="windows"
function releases_() {
echo 11 10

View File

@ -610,9 +610,6 @@ function make_vm_config() {
fi
fi
;;
windows)
GUEST="windows"
IMAGE_TYPE="iso";;
*)
GUEST="linux"
IMAGE_TYPE="iso";;