orangepi3-lts: current: bullseys: Disable ffmepg_kodi_install

This commit is contained in:
orangepi-xunlong 2022-06-16 09:58:12 +08:00
parent 4869c8553e
commit 530ed5c15b
1 changed files with 3 additions and 3 deletions

View File

@ -67,11 +67,11 @@ family_tweaks_s()
fi
if [[ $BOARD == orangepi3-lts && $BRANCH == current && $RELEASE == bullseye ]]; then
#if [[ $BOARD == orangepi3-lts && $BRANCH == current && $RELEASE == bullseye ]]; then
ffmepg_kodi_install
# ffmepg_kodi_install
fi
#fi
}