update_binary-addons: drop vfs.nfs and vfs.sacd from exclude list

vfs.nfs has recently been removed from kodi's binary addon repo
and vfs.sacd is now included in LibreELEC

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-04-20 12:58:11 +02:00
parent 4056094b51
commit 43ba8f3c85

View File

@ -46,7 +46,7 @@ if [ $# -eq 0 -o $# -gt 2 ]; then
fi
# list of packages to exclude from update
EXCLUDED_PACKAGES="vfs.nfs vfs.sacd"
EXCLUDED_PACKAGES=""
MY_DIR="$(dirname "$0")"
ROOT="$(cd "${MY_DIR}"/../.. && pwd)"