mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
misc: fix
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
f68a0d8227
commit
df0dfb8aa3
@ -281,10 +281,10 @@ elif [ "${1}" = "late" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Allow VideoStation install and AME Downgrade on DSM 7.2.2
|
# Allow VideoStation install and AME Downgrade on DSM 7.2.2
|
||||||
/usr/syno/bin/synosetkeyvalue /etc.defaults/synopackageslimit.conf VideoStation "3.1.0-3153"
|
/tmpRoot/usr/syno/bin/synosetkeyvalue /tmpRoot/etc.defaults/synopackageslimit.conf VideoStation "3.1.0-3153"
|
||||||
/usr/syno/bin/synosetkeyvalue /etc/synopackageslimit.conf VideoStation "3.1.0-3153"
|
/tmpRoot/usr/syno/bin/synosetkeyvalue /tmpRoot/etc/synopackageslimit.conf VideoStation "3.1.0-3153"
|
||||||
/usr/syno/bin/synosetkeyvalue /etc.defaults/synopackageslimit.conf CodecPack "3.1.0-3005"
|
/tmpRoot/usr/syno/bin/synosetkeyvalue /tmpRoot/etc.defaults/synopackageslimit.conf CodecPack "3.1.0-3005"
|
||||||
/usr/syno/bin/synosetkeyvalue /etc/synopackageslimit.conf CodecPack "3.1.0-3005"
|
/tmpRoot/usr/syno/bin/synosetkeyvalue /tmpRoot/etc/synopackageslimit.conf CodecPack "3.1.0-3005"
|
||||||
|
|
||||||
# Community Packages
|
# Community Packages
|
||||||
if [ ! -f /tmpRoot/usr/syno/etc/packages/feeds ]; then
|
if [ ! -f /tmpRoot/usr/syno/etc/packages/feeds ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user