wip
This commit is contained in:
parent
2971de5e1a
commit
c1a645e999
1 changed files with 1 additions and 1 deletions
2
pkgui.sh
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue