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.
This commit is contained in:
funk-on-code 2026-07-15 16:28:36 +10:00 committed by GitHub
parent a40c576036
commit cbceb254e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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}"