From 59d69d23ba1ed9ea9fc32e4e63879ab90e64f0ae Mon Sep 17 00:00:00 2001 From: zenobit Date: Tue, 18 Feb 2025 03:34:19 +0100 Subject: [PATCH] Move config to.. --- actions/freebsd | 1 + actions/ghostbsd | 1 + quickget | 3 --- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/actions/freebsd b/actions/freebsd index 672d890..4542aae 100644 --- a/actions/freebsd +++ b/actions/freebsd @@ -5,6 +5,7 @@ BASEDOF="-" HOMEPAGE="https://www.freebsd.org" DESCRIPTION="Operating system used to power modern servers, desktops, and embedded platforms" CREDENTIALS="-" +GUEST="freebsd" function releases_() { #shellcheck disable=SC2046,SC2005 diff --git a/actions/ghostbsd b/actions/ghostbsd index d31e434..e61aeb2 100644 --- a/actions/ghostbsd +++ b/actions/ghostbsd @@ -5,6 +5,7 @@ BASEDOF="FreeBSD" HOMEPAGE="https://www.ghostbsd.org" DESCRIPTION="Simple, elegant desktop BSD Operating System" CREDENTIALS="-" +GUEST="freebsd" function releases_() { #shellcheck disable=SC2046,SC2005 diff --git a/quickget b/quickget index 7e26fc3..61a6ff8 100755 --- a/quickget +++ b/quickget @@ -576,9 +576,6 @@ function make_vm_config() { easyos) GUEST="linux" IMAGE_TYPE="img";; - freebsd|ghostbsd) - GUEST="freebsd" - IMAGE_TYPE="iso";; haiku) GUEST="haiku" IMAGE_TYPE="iso";;