mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-16 10:32:21 +08:00
aptss 支持dist-upgrade
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
parent
8bc93fda5d
commit
3843d6c5b6
@ -72,7 +72,7 @@ fi
|
||||
|
||||
|
||||
|
||||
if [ "$1" = "install" ] || [ "$1" = "upgrade" ] || [ "$1" = "full-upgrade" ] ; then
|
||||
if [ "$1" = "install" ] || [ "$1" = "upgrade" ] || [ "$1" = "full-upgrade" ] || [ "$1" = "dist-upgrade" ]; then
|
||||
|
||||
|
||||
|
||||
@ -128,4 +128,3 @@ chmod -R 755 /tmp/aptss-conf
|
||||
else
|
||||
/usr/bin/apt "$@" -c /opt/durapps/spark-store/bin/apt-fast-conf/aptss-apt.conf
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user