From 20cae0a807eb4dbff10b34e157fdb496728b2492 Mon Sep 17 00:00:00 2001 From: shenmo Date: Tue, 21 Oct 2025 01:57:03 +0000 Subject: [PATCH] =?UTF-8?q?aptss=20=E6=94=AF=E6=8C=81reinstall=20=E6=8C=87?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tool/aptss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tool/aptss b/tool/aptss index 2bfa0ca..77166a6 100755 --- a/tool/aptss +++ b/tool/aptss @@ -53,6 +53,7 @@ case $(arch) in esac fi + SS_APT_FAST="/opt/durapps/spark-store/bin/apt-fast/ss-apt-fast" @@ -62,7 +63,7 @@ is_empty_dir(){ function update_list(){ curl --progress-bar -o /opt/durapps/spark-store/bin/apt-fast-conf/sources.list.d/aptss.list "${SPARK_DOWNLOAD_SERVER_URL}/${UPSTREAM_CATOGARY}${STORE_LIST_URL}.list" -log.info "${UPSTREAM_CATOGARY}${STORE_LIST_URL}.list update done" +log.info "${UPSTREAM_CATOGARY}${STORE_LIST_URL}.list update done" } function update_conf(){ @@ -113,7 +114,7 @@ fi -if [ "$1" = "install" ] || [ "$1" = "upgrade" ] || [ "$1" = "full-upgrade" ] || [ "$1" = "dist-upgrade" ]; then +if [ "$1" = "install" ] || [ "$1" = "upgrade" ] || [ "$1" = "full-upgrade" ] || [ "$1" = "reinstall" ] || [ "$1" = "dist-upgrade" ]; then