新增 ssinstall-local 以准备后续的ACE支持

This commit is contained in:
2025-05-31 00:34:08 +08:00
parent d75c3a6453
commit 963289355c
4 changed files with 142 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ fi
if [ ! -f "$1" ]; then
echo "${TRANSHELL_CONTENT_FILE_NOT_EXIST},Trying to redownload"
aptss update
FILEPATH=$(dirname "$1")
FILENAME=$(basename "$1")
PACKAGE_NAME=$(echo "$FILENAME" | sed -r 's/^([^_]+)_.*$/\1/')