From c1a645e999d3450635042fd5711bb8b594d90113 Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 8 May 2025 17:20:32 +0200 Subject: [PATCH] wip --- pkgui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgui.sh b/pkgui.sh index b928e75..71199e8 100644 --- a/pkgui.sh +++ b/pkgui.sh @@ -34,7 +34,7 @@ fi for pkg in go curl pkgui; do - case $pkg in + case "$pkg" in pkgui) if command_exists $pkg; then return 0