aptss 支持dist-upgrade

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
shenmo 2024-08-21 08:04:01 +00:00 committed by Gitee
parent 8bc93fda5d
commit 3843d6c5b6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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