From 1156090ed064960124bb589d0495b0507fe2e36b Mon Sep 17 00:00:00 2001 From: shenmo Date: Sun, 26 Jan 2025 02:49:29 +0000 Subject: [PATCH] fix: Can not trigger aptss download when firstly installed --- tool/ssinstall | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/ssinstall b/tool/ssinstall index 7b821c9..ada3d37 100755 --- a/tool/ssinstall +++ b/tool/ssinstall @@ -123,6 +123,7 @@ if [ ! -f "$1" ]; then PACKAGE_NAME=$(echo "$FILENAME" | sed -r 's/^([^_]+)_.*$/\1/') VERSION=$(echo "$FILENAME" | sed -r 's/^[^_]+_([^_]+)_.*$/\1/') pushd ${FILEPATH} + aptss ssupdate aptss download ${PACKAGE_NAME}=${VERSION} popd if [ ! -f "$1" ]; then