From b3aa246faa58f092e3527b56fc6185c5274d15f0 Mon Sep 17 00:00:00 2001 From: zenobit Date: Tue, 18 Feb 2025 03:30:31 +0100 Subject: [PATCH] Move config to.. --- actions/windows-server | 1 + quickget | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/actions/windows-server b/actions/windows-server index 6f367ea..e87233a 100644 --- a/actions/windows-server +++ b/actions/windows-server @@ -6,6 +6,7 @@ HOMEPAGE="https://www.microsoft.com/en-us/windows-server" DESCRIPTION="Platform for building an infrastructure of connected applications, networks, and web services" CREDENTIALS="-" RELEASES="2022 2019 2016" +GUEST="windows-server" function releases_() { echo 2022 2019 2016 diff --git a/quickget b/quickget index 6bbc82e..226909e 100755 --- a/quickget +++ b/quickget @@ -613,9 +613,6 @@ function make_vm_config() { windows) GUEST="windows" IMAGE_TYPE="iso";; - windows-server) - GUEST="windows-server" - IMAGE_TYPE="iso";; *) GUEST="linux" IMAGE_TYPE="iso";;