mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2026-05-28 04:12:44 +00:00
7cfa47d138
Instead of hard-failing when AVX is not present, detect whether the host CPU supports AVX + AVX2 + MOVBE (x86-64-v3 microarchitecture level) and select the appropriate upstream binary accordingly: - iSponsorBlockTV-x86_64-linux → modern CPUs (AVX/AVX2/MOVBE) - iSponsorBlockTV-x86_64-linux-v1 → any x86_64 CPU (fallback) The same detection logic is applied in update_script() so updates stay consistent with the initially installed binary type. Fixes: https://github.com/community-scripts/ProxmoxVE/issues/14660 Upstream: dmunozv04/iSponsorBlockTV#463