Commit 2036ee1
committed
feat: add bash shell install script
Add a POSIX-compliant shell installation script for the tasker binary,
adapted from the localias project. This script provides a convenient way
to install tasker without requiring Go to be installed.
Features:
- Automatic platform and architecture detection
- Support for Linux, macOS, and Windows
- Automatic extraction of tar.gz/zip archives
- Version selection (latest or specific version)
- Custom installation directory
- Non-interactive mode for CI/CD environments
- Comprehensive error handling and user feedback
The script supports the following platforms and architectures:
- Linux: amd64, arm64, 386, armv6
- macOS (Darwin): amd64, arm64
- Windows: amd64
Also updated README.md with detailed installation instructions including
examples for various use cases.
Helpful for installing on GitHub Actions and other Linux environments.1 parent 22f96d8 commit 2036ee1
2 files changed
Lines changed: 528 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
28 | 58 | | |
29 | 59 | | |
30 | 60 | | |
| |||
0 commit comments