allowdowngrade: fix

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-11-15 15:59:37 +01:00
parent 4324c16c3b
commit e2670504dc

View File

@ -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