once again, a single missing space breaks it

dialog
amy 3 years ago
parent 36c59c9d17
commit 0fd6154ce4

@ -463,7 +463,7 @@ MP="$response"
if [[ "$MP" != "n" ]]; then
prompt "Would you like to use a URL to a package list? (Y/n)"
OL="$response"
if [["$OL" == "n" ]]; then
if [[ "$OL" == "n" ]]; then
prompt "Write package names"
PKGNS="$response"
inf "Installing: $PKGNS"

Loading…
Cancel
Save