mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
allowdowngrade: fix
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
4324c16c3b
commit
e2670504dc
@ -25,15 +25,15 @@
|
|||||||
|
|
||||||
# Prevent AME from updating
|
# Prevent AME from updating
|
||||||
if [ -d "/var/packages/CodecPack" ]; then
|
if [ -d "/var/packages/CodecPack" ]; then
|
||||||
/usr/syno/bin/synosetkeyvalue "/var/packages/CodecPack/INFO version" "30.1.0-3005"
|
/usr/syno/bin/synosetkeyvalue "/var/packages/CodecPack/INFO" version "30.1.0-3005"
|
||||||
fi
|
fi
|
||||||
# Prevent VideoStation from updating
|
# Prevent VideoStation from updating
|
||||||
if [ -d "/var/packages/VideoStation" ]; then
|
if [ -d "/var/packages/VideoStation" ]; then
|
||||||
/usr/syno/bin/synosetkeyvalue "/var/packages/VideoStation/INFO version" "30.1.0-3153"
|
/usr/syno/bin/synosetkeyvalue "/var/packages/VideoStation/INFO" version "30.1.0-3153"
|
||||||
fi
|
fi
|
||||||
# Prevent Surveillance Station from updating
|
# Prevent Surveillance Station from updating
|
||||||
if [ -d "/var/packages/SurveillanceStation" ]; then
|
if [ -d "/var/packages/SurveillanceStation" ]; then
|
||||||
/usr/syno/bin/synosetkeyvalue "/var/packages/SurveillanceStation/INFO version" "90.2.0-11289"
|
/usr/syno/bin/synosetkeyvalue "/var/packages/SurveillanceStation/INFO" version "90.2.0-11289"
|
||||||
fi
|
fi
|
||||||
# Prevent Media Server from updating
|
# Prevent Media Server from updating
|
||||||
if [ -d "/var/packages/MediaServer" ]; then
|
if [ -d "/var/packages/MediaServer" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user