diff --git a/playbook.yml b/playbook.yml index d770c9e..d454460 100644 --- a/playbook.yml +++ b/playbook.yml @@ -266,7 +266,7 @@ if ! pacman -Qq "${dep}" >/dev/null 2>&1 ; then installed=1 - sudo pacman -S --noconfirm --needed "${dep}" + pacman -S --noconfirm --needed "${dep}" fi done