From 2fd7815c54bdb13b56860096aeeb589c586c4ccf Mon Sep 17 00:00:00 2001 From: zenobit Date: Tue, 18 Feb 2025 03:33:58 +0100 Subject: [PATCH] Move config to.. --- actions/deepin | 5 +++++ quickget | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/actions/deepin b/actions/deepin index 43c065c..db7fd6c 100644 --- a/actions/deepin +++ b/actions/deepin @@ -24,3 +24,8 @@ function get_() { HASH=$(web_pipe "${URL}/SHA256SUMS" | grep "${ISO}" | cut -d' ' -f1) echo "${URL}/${ISO} ${HASH}" } + +function specific_tweaks() { + echo "disk_size=\"64G\"" >> "${CONF_FILE}" + echo "ram=\"4G\"" >> "${CONF_FILE}" +} diff --git a/quickget b/quickget index 23f8e42..7e26fc3 100755 --- a/quickget +++ b/quickget @@ -633,10 +633,6 @@ EOF echo "disk_size=\"64G\"" >> "${CONF_FILE}";; dragonflybsd|haiku|openbsd|netbsd|slackware|slax|tails|tinycore) echo "boot=\"legacy\"" >> "${CONF_FILE}";; - deepin) - echo "disk_size=\"64G\"" >> "${CONF_FILE}" - echo "ram=\"4G\"" >> "${CONF_FILE}" - ;; slint) echo "disk_size=\"50G\"" >> "${CONF_FILE}" ;;