From 882ee78d0779c4facc2cfd771c03c0a6b4892848 Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 16 May 2025 16:14:19 +0200 Subject: [PATCH] wip --- distros.sh | 5 +++++ 1 file changed, 5 insertions(+) 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"