mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
禁止ACE自动尝试
This commit is contained in:
@@ -20,8 +20,11 @@ case "$command_type" in
|
|||||||
|
|
||||||
"ssinstall")
|
"ssinstall")
|
||||||
# 执行 ssinstall 命令(跳过第一个参数)
|
# 执行 ssinstall 命令(跳过第一个参数)
|
||||||
/usr/bin/ssinstall "${@:2}" 2>&1
|
/usr/bin/ssinstall "${@:2}" --native 2>&1
|
||||||
exit_code=$?
|
exit_code=$?
|
||||||
|
if [[ "$exit_code" != "0" ]];then
|
||||||
|
echo "安装失败,可尝试安装对应的 APM 版本应用;若无对应的 APM 版本应用,可提交用户反馈"
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"aptss")
|
"aptss")
|
||||||
|
|||||||
Reference in New Issue
Block a user