Skip to content

Commit

Permalink
Remove reinstated --all parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Wilson committed Nov 15, 2023
1 parent 7730625 commit c70bf5e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bin/zopen-install
Original file line number Diff line number Diff line change
Expand Up @@ -580,14 +580,6 @@ if [ -z "${chosenRepos}" ]; then
if [ ${zqrc} -ne 0 ]; then
printError "Query for installed packages unexpectedly failed; zopen-query returned message: '${chosenRepos}'"
fi
elif ${all}; then
if ! ${yesToPrompts}; then
printInfo "Enter 'all' to confirm full installation [takes a long time so be sure!]:"
confirmall=$(getInput)
if [ ! "xall" = "x${confirmall}" ]; then
printError "Cancelling full installation"
fi
fi
fi
fi

Expand Down

0 comments on commit c70bf5e

Please sign in to comment.