chore: 可以实现应用补丁及回滚操作

This commit is contained in:
2025-11-17 18:18:23 +08:00
parent 1426da2f8a
commit f76320f732
5 changed files with 1007 additions and 154 deletions

View File

@@ -89,7 +89,6 @@ install_dependencies() {
"jq"
"gpg"
"bc"
"gnupg"
)
for dep in "${dependencies[@]}"; do