Added aur

This commit is contained in:
Kevin Veen-Birkenbach
2025-05-19 13:32:56 +02:00
parent 0a2f3f7d6a
commit 4822f1081d

View File

@@ -68,7 +68,7 @@ def install_repos(
cmd = "sudo pacman -S --noconfirm " + " ".join(pacman_packages)
run_command(cmd, preview=preview)
# Install yay packages if defined.
if "yay" in requirements:
if "yay" or "aur" in requirements:
yay_packages = requirements["yay"]
if yay_packages:
cmd = "yay -S " + " ".join(yay_packages)