-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
priority:mediumShould be done soonShould be done soonsize:xsTrivial — less than 1 hourTrivial — less than 1 hourstatus:readyRefined and ready for sprint selectionRefined and ready for sprint selectiontype:featureNew functionalityNew functionality
Milestone
Description
Description
Provide a one-liner shell installer that detects OS and architecture, downloads the correct binary from GitHub Releases, and places it in /usr/local/bin.
curl -sSL https://raw.githubusercontent.com/vmvarela/sql-pipe/master/install.sh | shAcceptance Criteria
-
install.shat repo root detectsuname -sanduname -mto pick the right binary - Supports: Linux x86_64, Linux aarch64, macOS x86_64, macOS aarch64
- Prints a clear error for unsupported platforms
- Verifies SHA256 checksum after download
- Defaults to
/usr/local/bin, respectsINSTALL_DIRenv var override - Documented in README under Installation section
Notes
- Fallback installation method while official package managers gain traction
- Keep it POSIX sh-compatible (no bashisms)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority:mediumShould be done soonShould be done soonsize:xsTrivial — less than 1 hourTrivial — less than 1 hourstatus:readyRefined and ready for sprint selectionRefined and ready for sprint selectiontype:featureNew functionalityNew functionality