mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
update_binary-addons: exclude vfs.sacd from updates
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
3a587abace
commit
a18e777f56
@ -10,7 +10,7 @@ if [ -z "$1" ]; then
|
||||
fi
|
||||
|
||||
# list of packages to exclude from update
|
||||
EXCLUDED_PACKAGES=""
|
||||
EXCLUDED_PACKAGES="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