From ec535f860cbbc084d5908bcc247c4ac5815f3d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Thu, 28 Mar 2024 11:32:38 +0100 Subject: [PATCH] Add TODO for autodetecting AUR helper. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicolás Ortega Froysa --- pacundo.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/pacundo.pl b/pacundo.pl index c11bc25..a523f79 100755 --- a/pacundo.pl +++ b/pacundo.pl @@ -140,6 +140,7 @@ $n, $tx->{action}, $tx->{pkg_name} # NOTE: Currently this subroutine only works for pacman and yay. You'll have to # add options for additional AUR helpers. sub get_pkgmgr() { + # TODO: autodetect AUR helper my $mgr = $ENV{DEFAULT_PKGMGR} // 'pacman'; my $mgr_bin = `which $mgr 2>&1`;