feat: Update ArchLinux directory to depend on existence of pacman

This commit is contained in:
Liam 2024-08-16 08:48:18 -07:00
parent 4fb7fcca7a
commit 943c48b97a
No known key found for this signature in database

View File

@ -3,6 +3,11 @@ name = "System Setup"
[[data]]
name = "Arch Linux"
[[data.preconditions]]
matches = true
data = "command_exists"
values = ["pacman"]
[[data.entries]]
name = "Yay AUR Helper"
script = "arch/yay-setup.sh"