update tool/apt-fast/ss-apt-fast.

This commit is contained in:
shenmo 2025-02-25 16:46:31 +00:00
parent 1ad44ed5c4
commit 820e3cb94c

@ -433,7 +433,7 @@ get_uris(){
msg "Package manager quit with exit code.Here is the log" "warning" msg "Package manager quit with exit code.Here is the log" "warning"
msg "包管理器以错误代码退出.日志如下" "warning" msg "包管理器以错误代码退出.日志如下" "warning"
msg "${uris_full}" msg "${uris_full}"
exit"$CLEANUP_STATE" exit "$CLEANUP_STATE"
fi fi
prepare_auth prepare_auth
local tmpdir=$(mktemp -d) || { local tmpdir=$(mktemp -d) || {