]> gitweb.morketsmerke.org Git - idle.git/commitdiff
Usunięcie literówki w nazwie zmiennej - funkcja ckpackage, skrypt odbioru poleceń... main
authorxf0r3m <jakubstasinski@protonmail.com>
Wed, 9 Aug 2023 16:49:33 +0000 (18:49 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Wed, 9 Aug 2023 16:49:33 +0000 (18:49 +0200)
idle-clis

index bbd39aa2034cb424ea9faa2a76b968f30f2479c1..0d26dde91e39deb5af6bd4208262ce5ab872ea05 100755 (executable)
--- 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 
 }