mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
update_binary-addons: exclude vfs.nfs from updates
vfs.nfs isn't released yet Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
9c8860c5bc
commit
a65908b1d7
@ -10,7 +10,7 @@ if [ -z "$1" ]; then
|
||||
fi
|
||||
|
||||
# list of packages to exclude from update
|
||||
EXCLUDED_PACKAGES="vfs.sacd"
|
||||
EXCLUDED_PACKAGES="vfs.nfs vfs.sacd"
|
||||
|
||||
# the following environment variables can be set to "yes" to enable optional features:
|
||||
# KEEP_GIT_DIRS: don't delete cloned git directories after update check
|
||||
|
Loading…
x
Reference in New Issue
Block a user