From cbceb254e87b84730f2caf5ae974f813d6bc58ca Mon Sep 17 00:00:00 2001 From: funk-on-code <113871227+funk-on-code@users.noreply.github.com> Date: Wed, 15 Jul 2026 16:28:36 +1000 Subject: [PATCH] Fix upstream's cubic-ai-bot's issues. Fixes: P0: Missing ;; terminator after the debian) case block in make_vm_config(), which causes a shell syntax error when bash parses the script. --- quickget | 1 + 1 file changed, 1 insertion(+) diff --git a/quickget b/quickget index 52097d3..4f85fc5 100755 --- a/quickget +++ b/quickget @@ -1673,6 +1673,7 @@ EOF echo "tpm=\"on\"" >> "${CONF_FILE}" fi echo "secureboot=\"on\"" >> "${CONF_FILE}" + ;; deepin) echo "disk_size=\"64G\"" >> "${CONF_FILE}" echo "ram=\"4G\"" >> "${CONF_FILE}"