Skip to content

Make install.sh shebang more generic#46

Open
joncinque wants to merge 1 commit into
trailofbits:mainfrom
joncinque:patch-1
Open

Make install.sh shebang more generic#46
joncinque wants to merge 1 commit into
trailofbits:mainfrom
joncinque:patch-1

Conversation

@joncinque
Copy link
Copy Markdown

Problem

The install script doesn't work on setups which put bash in a different place than /bin. For example, nixos doesn't put its bins there.

Summary of changes

Use the more generic shebang of #!/usr/bin/env bash to allow the system to find it instead.

#### Problem

The install script doesn't work on setups which put `bash` in a different place than `/bin`. For example, nixos doesn't put its bins in there.

#### Summary of changes

Use the more generic shebang of `#!/usr/bin/env bash` to allow the system to find it instead.
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented May 23, 2026

CLA assistant check
All committers have signed the CLA.

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.

2 participants