Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gef.sh: Fix which: command not found #1032

Merged
merged 1 commit into from Dec 26, 2023
Merged

Conversation

osalbahr
Copy link
Contributor

Description

This is mainly because Arch Linux no longer ships which in base:

$ bash -c "$(curl -fsSL https://gef.blah.cat/sh)"
bash: line 9: which: command not found
bash: line 11: which: command not found
Please install cURL or wget and run again
  • My code follows the code style of this project.
  • My change includes a change to the documentation, if required.
  • If my change adds new code, adequate tests have been added.
  • I have read and agree to the CONTRIBUTING document.

Note: no docs/tests added, but I checked the boxes because I don't think they are needed.

I tested the modified./gef.sh locally.

This is mainly because Arch Linux no longer ships `which` in `base`:

```console
$ bash -c "$(curl -fsSL https://gef.blah.cat/sh)"
bash: line 9: which: command not found
bash: line 11: which: command not found
Please install cURL or wget and run again
```
@hugsy hugsy added this to the 2024.01 milestone Dec 26, 2023
@hugsy hugsy merged commit 951872b into hugsy:main Dec 26, 2023
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants