Skip to content

Fix install.sh POSIX Shell Compatibility #10

Description

@kaissb

Branch: feature/0.1.1-fix-install-sh
Version: v0.1.1 — Gate Completion

Build

  1. Change shebang to #!/usr/bin/env bash (pipefail requires bash).
  2. Test on bash and dash.

Tests

  • bash scripts/install.sh --help
  • dash scripts/install.sh --help (if available)

Commit message

fix: install.sh POSIX shell compatibility

- Change shebang to #!/usr/bin/env bash
- Ensure pipefail works correctly
- Test on bash and dash

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions