diff --git a/distros.sh b/distros.sh index 575ce38..221cace 100755 --- a/distros.sh +++ b/distros.sh @@ -141,6 +141,11 @@ get_packager() { arch | manjaro | garuda | endeavour) arch="true" distro="arch" + if command_exists yay || command_exists paru; then + aur=true + else + aur=false + fi _install() { if command_exists paru; then echo_info "Using paru"