mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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:
parent
4056094b51
commit
43ba8f3c85
@ -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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user