chore(base): 将 yay 替换为 yay-bin 加速安装

This commit is contained in:
2026-03-26 15:06:42 +08:00
parent a98a46bee8
commit ccbd2c55d4
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -47,5 +47,5 @@ class BaseModule(Module):
def aur_packages(self) -> set[str]:
return {
"decman",
"yay",
"yay-bin",
}