diff --git a/actions/windows b/actions/windows index 5d8d5dc..0b82f46 100644 --- a/actions/windows +++ b/actions/windows @@ -6,6 +6,7 @@ HOMEPAGE="https://www.microsoft.com/en-us/windows" DESCRIPTION="Whether you’re 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 diff --git a/quickget b/quickget index 226909e..9c038b6 100755 --- a/quickget +++ b/quickget @@ -610,9 +610,6 @@ function make_vm_config() { fi fi ;; - windows) - GUEST="windows" - IMAGE_TYPE="iso";; *) GUEST="linux" IMAGE_TYPE="iso";;