mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 03:40:03 +00:00
iSponsorblockTV: add AVX CPU check before installation (#13197)
This commit is contained in:
parent
cf99d6ad3e
commit
8a17729812
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,11 @@ setting_up_container
|
|||
network_check
|
||||
update_os
|
||||
|
||||
if ! grep -q ' avx ' /proc/cpuinfo 2>/dev/null; then
|
||||
msg_error "CPU does not support AVX instructions (required by iSponsorBlockTV/PyApp)"
|
||||
exit 106
|
||||
fi
|
||||
|
||||
fetch_and_deploy_gh_release "isponsorblocktv" "dmunozv04/iSponsorBlockTV" "singlefile" "latest" "/opt/isponsorblocktv" "iSponsorBlockTV-x86_64-linux"
|
||||
|
||||
msg_info "Setting up iSponsorBlockTV"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue