mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 09:20:18 +08:00
fix(安装管理): 将 ssaudit 命令替换为 ssinstall 并添加版本检查
弃用 ssaudit 命令,统一使用 ssinstall 进行安装 在 shell-caller.sh 中添加对 ssaudit 的禁用检查和 ssinstall 失败时的版本提示
This commit is contained in:
@@ -276,7 +276,7 @@ ipcMain.on("queue-install", async (event, download_json) => {
|
||||
execParams.push("apm");
|
||||
|
||||
if (metalinkUrl && filename) {
|
||||
execParams.push("ssaudit", `${downloadDir}/${filename}`);
|
||||
execParams.push("ssinstall", `${downloadDir}/${filename}`);
|
||||
} else {
|
||||
execParams.push("install", "-y", pkgname);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user