This commit is contained in:
pika 2025-05-16 16:14:19 +02:00
parent d62d9b66f2
commit 882ee78d07

View file

@ -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"