From 945118746a2ae4c7e77d7d8bbe48e5abba7633e1 Mon Sep 17 00:00:00 2001 From: zenobit Date: Tue, 18 Feb 2025 03:30:44 +0100 Subject: [PATCH] Move config to.. --- actions/windows | 1 + quickget | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) 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";;