diff --git a/setup.sh b/setup.sh index 1ba15fc..a182442 100644 --- a/setup.sh +++ b/setup.sh @@ -323,7 +323,7 @@ function get_aur_helper () { printf -- '%s\n' '%wheel ALL=(ALL:ALL) NOPASSWD: ALL' > '/etc/sudoers.d/10-wheel-group-no-passwd-prompt' pushd /tmp git clone 'https://aur.archlinux.org/paru.git' - chmod -R 'build:' 'paru' + chown -R 'build:' 'paru' pushd 'paru' sudo --user 'build' makepkg -si --noconfirm popd