From fd9b1cac6982bb7702693a3ef927395727b2fdb5 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Wed, 9 Aug 2023 18:49:33 +0200 Subject: [PATCH] =?utf8?q?Usuni=C4=99cie=20liter=C3=B3wki=20w=20nazwie=20z?= =?utf8?q?miennej=20-=20funkcja=20ckpackage,=20skrypt=20odbioru=20polece?= =?utf8?q?=C5=84=20-=20idle-clis?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- idle-clis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idle-clis b/idle-clis index bbd39aa..0d26dde 100755 --- a/idle-clis +++ b/idle-clis @@ -53,8 +53,8 @@ function ckpackage() { archlinux) idle-exec-command $containerName "pacman -Ss $package";; debian|kali|ubuntu) idle-exec-command $containerName "apt search $package";; fedora|rocky) idle-exec-command $containerName "dnf search $package";; - gentoo) idle-exec-command $containerName "emerge -s $packages";; - opensuse) idle-exec-command $containerName "zypper search $packages";; + gentoo) idle-exec-command $containerName "emerge -s $package";; + opensuse) idle-exec-command $containerName "zypper search $package";; void) idle-exec-command $containerName "xbps-query -Rs $package";; esac } -- 2.39.5