We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ced39 commit 8fa8e93Copy full SHA for 8fa8e93
tmpmail
@@ -297,7 +297,7 @@ main() {
297
# dep_missing allows us to keep track of how many dependencies the user is missing
298
# and then print out the missing dependencies once the checking is done.
299
dep_missing=""
300
- for dependency in jq $browser curl hackerman kko; do
+ for dependency in jq $browser curl; do
301
if ! command -v "$dependency" >/dev/null 2>&1; then
302
# Append to our list of missing dependencies
303
dep_missing="$dep_missing $dependency"
0 commit comments