refactor(install): 移除 yay 依赖,decman 改为直接 makepkg 安装

This commit is contained in:
2026-04-03 14:36:49 +08:00
parent bbb192ffd5
commit ffb200fd43
3 changed files with 13 additions and 20 deletions
-1
View File
@@ -65,5 +65,4 @@ class BaseModule(Module):
def aur_packages(self) -> set[str]:
return {
"decman",
"yay-bin",
}