https://github.com/ysmood/github-install
A script to help download and install github executable release
https://github.com/ysmood/github-install
Last synced: 5 months ago
JSON representation
A script to help download and install github executable release
- Host: GitHub
- URL: https://github.com/ysmood/github-install
- Owner: ysmood
- Created: 2019-06-18T12:22:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T05:48:56.000Z (over 5 years ago)
- Last Synced: 2025-06-16T23:47:43.138Z (7 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Github Install
A script to help download and install github executable from the release page.
## Example
Install the latest:
```bash
curl -L https://git.io/fjaxx | repo=ysmood/gokit bin=godev sh
```
Or
```bash
wget -O- https://git.io/fjaxx | repo=ysmood/gokit bin=godev sh
```
Install a specific version:
```bash
wget -O- https://git.io/fjaxx | repo=ysmood/gokit bin=godev ver=v0.10.3 sh
```
The default value of bin is the repo name.