mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
update_binary-addons: exclude vfs.sacd from updates
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
e126bb7dec
commit
3f2eb80d8f
@ -10,7 +10,7 @@ if [ -z "$1" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# list of packages to exclude from update
|
# 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:
|
# 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
|
# KEEP_GIT_DIRS: don't delete cloned git directories after update check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user