mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
feat: Update ArchLinux directory to depend on existence of pacman
This commit is contained in:
parent
4fb7fcca7a
commit
943c48b97a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user