From: xf0r3m Date: Wed, 9 Aug 2023 16:49:33 +0000 (+0200) Subject: Usunięcie literówki w nazwie zmiennej - funkcja ckpackage, skrypt odbioru poleceń... X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;ds=sidebyside;p=idle.git Usunięcie literówki w nazwie zmiennej - funkcja ckpackage, skrypt odbioru poleceń - idle-clis --- 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 }