mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-27 09:45:00 +02:00
99b5f2ab0b
- AMD: download directly to "$microcode" instead of a convoluted, unquoted basename of the full URL (fixes ShellCheck SC2046) and pin to https. - Quote dpkg install and cleanup paths (SC2086) and use rm -f. - Normalize the Debian pool URLs (drop the stray double/triple slashes). - Define color variables directly instead of via $(echo ...) (SC2116/SC2028).