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
|
fi
|
||||||
|
|
||||||
for pkg in go curl pkgui; do
|
for pkg in go curl pkgui; do
|
||||||
case $pkg in
|
case "$pkg" in
|
||||||
pkgui)
|
pkgui)
|
||||||
if command_exists $pkg; then
|
if command_exists $pkg; then
|
||||||
return 0
|
return 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue