Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deebloo/ginstall.sh
A script for installing/updating statically compiled applications
https://github.com/deebloo/ginstall.sh
Last synced: 15 days ago
JSON representation
A script for installing/updating statically compiled applications
- Host: GitHub
- URL: https://github.com/deebloo/ginstall.sh
- Owner: deebloo
- License: gpl-3.0
- Created: 2020-06-10T15:54:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T04:42:54.000Z (over 4 years ago)
- Last Synced: 2024-10-31T16:59:39.487Z (2 months ago)
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## About
This script can be used to install/update a number of statically compiled applications from the command line.It makes heavy use of [gget](https://github.com/dpb587/gget) under the hood to dynamically fetch git repository assets whenever possible.
## Dependencies
### Mandatory
• [gget](https://github.com/dpb587/gget) v0.3.0 or later• [curl](https://packages.debian.org/buster/curl)
• [tar](https://packages.debian.org/buster/tar)
• [unzip](https://packages.debian.org/buster/unzip)
### Optional
• [bzip2](https://packages.debian.org/buster/bzip2) (only required for installing `restic`)• [gzip](https://packages.debian.org/buster/gzip) (only required for installing `cloud-torrnt`)
• [p7zip](https://packages.debian.org/buster/p7zip) (only required for installing `gobuster`)
## Installation
You can install `ginstall.sh` by downloading the latest release, moving it to `/usr/local/bin` and making it executable.
The dependency `gget` can be installed by running `ginstall.sh` with the `--first-run` flag.
Once `gget` has been installed, you can update it with `ginstall.sh` just like any other supported application.
## Usage
```
whalehub@pdh:~# ginstall.sh --help
About:
ginstall.sh is a script for installing and updating statically compiled applications.Usage:
ginstall.sh [flags]Examples:
ginstall.sh hugo 0.72.0
ginstall.sh -d /opt/apps hugo latest
ginstall.sh -d /opt/apps --first-run
ginstall.sh -c hugo
ginstall.sh -r hugo
ginstall.sh -s hugoFlags:
--check, -c Print the latest available version of an application
--directory, -d Specify a custom directory to use instead of /usr/local/bin
--first-run Install ginstall.sh's dependency gget via curl
--remove, -r Uninstall an application
--search, -s Perform a search on the list of supported applications
--self-update Update ginstall.sh to the latest available versionInfo:
--help, -h Show this page
--list, -l Print a list of supported applications
--version, -v Print the ginstall.sh version information
```## API Rate Limits
The default [rate limit for unauthenticated API requests](https://developer.github.com/v3/#rate-limiting) on GitHub is 60 per hour per IP address. If required, you can increase this limit for your account to 5,000 per hour for free by [generating a personal access token](https://github.com/settings/tokens) in your account settings and adding the following line to your user's `.bashrc` file.
```
export GITHUB_TOKEN=replace_this_string_with_your_token
```## Supported Applications
You can view a markdown-formatted version of the list with easily-clickable repository links by opening the spoiler below.
Spoiler
| Application | Repository |
| ----------- | ---------- |
| adguardhome | https://github.com/AdguardTeam/AdGuardHome |
| age | https://github.com/FiloSottile/age |
| annie | https://github.com/iawia002/annie |
| arc | https://github.com/mholt/archiver |
| argocd | https://github.com/argoproj/argo-cd |
| bin | https://github.com/w4/bin |
| blocky | https://github.com/0xERR0R/blocky |
| bw | https://github.com/bitwarden/cli |
| caddy | https://github.com/caddyserver/caddy |
| caire | https://github.com/esimov/caire |
| cloud-torrent | https://github.com/jpillora/cloud-torrent |
| cobalt | https://github.com/cobalt-org/cobalt.rs |
| composer | https://github.com/composer/composer |
| coredns | https://github.com/coredns/coredns |
| croc | https://github.com/schollz/croc |
| ctop | https://github.com/bcicen/ctop |
| delta | https://github.com/dandavison/delta |
| dive | https://github.com/wagoodman/dive |
| dnscrypt-proxy | https://github.com/DNSCrypt/dnscrypt-proxy |
| docker-compose | https://github.com/docker/compose |
| docker-credential-pass | https://github.com/docker/docker-credential-helpers |
| docker-gen | https://github.com/jwilder/docker-gen |
| docker-machine | https://github.com/docker/machine |
| duplicacy | https://github.com/gilbertchen/duplicacy |
| edgedns | https://github.com/jedisct1/edgedns |
| etcd | https://github.com/etcd-io/etcd |
| ethr | https://github.com/microsoft/ethr |
| exa | https://github.com/ogham/exa |
| ffmpeg | https://github.com/FFmpeg/FFmpeg |
| ffsend | https://github.com/timvisee/ffsend |
| filebrowser | https://github.com/filebrowser/filebrowser |
| firecracker | https://github.com/firecracker-microvm/firecracker |
| flux | https://github.com/fluxcd/flux |
| frpc | https://github.com/fatedier/frp |
| frps | https://github.com/fatedier/frp |
| fzf | https://github.com/junegunn/fzf |
| gdrive | https://github.com/gdrive-org/gdrive |
| gget | https://github.com/dpb587/gget |
| gh | https://github.com/cli/cli |
| ginstall.sh | https://github.com/whalehub/ginstall.sh |
| gitea | https://github.com/go-gitea/gitea |
| go | https://github.com/golang/go |
| gobuster | https://github.com/OJ/gobuster |
| gogs | https://github.com/gogs/gogs |
| golangci-lint | https://github.com/golangci/golangci-lint |
| gopass | https://github.com/gopasspw/gopass |
| goreleaser | https://github.com/goreleaser/goreleaser |
| gosu | https://github.com/tianon/gosu |
| gotty | https://github.com/yudai/gotty |
| hey | https://github.com/rakyll/hey |
| httpstat | https://github.com/davecheney/httpstat |
| hugo | https://github.com/gohugoio/hugo |
| imdl | https://github.com/casey/intermodal |
| inlets | https://github.com/inlets/inlets |
| ipfs | https://github.com/ipfs/go-ipfs |
| jailer | https://github.com/firecracker-microvm/firecracker |
| k3s | https://github.com/rancher/k3s |
| k9s | https://github.com/derailed/k9s |
| komga | https://github.com/gotson/komga |
| kompose | https://github.com/kubernetes/kompose |
| lazydocker | https://github.com/jesseduffield/lazydocker |
| lego | https://github.com/go-acme/lego |
| linuxkit | https://github.com/linuxkit/linuxkit |
| mdbook | https://github.com/rust-lang/mdBook |
| micro | https://github.com/zyedidia/micro |
| mkcert | https://github.com/FiloSottile/mkcert |
| monitoror | https://github.com/monitoror/monitoror |
| nebula | https://github.com/slackhq/nebula |
| pgweb | https://github.com/sosedoff/pgweb |
| podman-remote | https://github.com/containers/libpod |
| portainer | https://github.com/portainer/portainer |
| qrcp | https://github.com/claudiodangelis/qrcp |
| rage | https://github.com/str4d/rage |
| rclone | https://github.com/rclone/rclone |
| restic | https://github.com/restic/restic |
| shellcheck | https://github.com/koalaman/shellcheck |
| slack-term | https://github.com/erroneousboat/slack-term |
| starship | https://github.com/starship/starship |
| statping | https://github.com/statping/statping |
| stdiscosrv | https://github.com/syncthing/discosrv |
| step | https://github.com/smallstep/cli |
| strelaysrv | https://github.com/syncthing/relaysrv |
| syncthing | https://github.com/syncthing/syncthing |
| tldr++ | https://github.com/isacikgoz/tldr |
| traefik | https://github.com/containous/traefik |
| transfersh | https://github.com/dutchcoders/transfer.sh |
| upx | https://github.com/upx/upx |
| vigil | https://github.com/valeriansaliou/vigil |
| vuls | https://github.com/future-architect/vuls |
| watchtower | https://github.com/containrrr/watchtower |
| wuzz | https://github.com/asciimoo/wuzz |
| youtube-dl | https://github.com/ytdl-org/youtube-dl |
| zola | https://github.com/getzola/zola |```
whalehub@pdh:~# ginstall.sh --list
Application: Repository:
------------ -----------
A
adguardhome github.com/AdguardTeam/AdGuardHome
age github.com/FiloSottile/age
annie github.com/iawia002/annie
arc github.com/mholt/archiver
argocd github.com/argoproj/argo-cdB
bin github.com/w4/bin
blocky github.com/0xERR0R/blocky
bw github.com/bitwarden/cliC
caddy github.com/caddyserver/caddy
caire github.com/esimov/caire
cloud-torrent github.com/jpillora/cloud-torrent
cobalt github.com/cobalt-org/cobalt.rs
composer github.com/composer/composer
coredns github.com/coredns/coredns
croc github.com/schollz/croc
ctop github.com/bcicen/ctopD
delta github.com/dandavison/delta
dive github.com/wagoodman/dive
dnscrypt-proxy github.com/DNSCrypt/dnscrypt-proxy
docker-compose github.com/docker/compose
docker-credential-pass github.com/docker/docker-credential-helpers
docker-gen github.com/jwilder/docker-gen
docker-machine github.com/docker/machine
duplicacy github.com/gilbertchen/duplicacyE
edgedns github.com/jedisct1/edgedns
etcd github.com/etcd-io/etcd
exa github.com/ogham/exaF
ffmpeg github.com/FFmpeg/FFmpeg
ffsend github.com/timvisee/ffsend
filebrowser github.com/filebrowser/filebrowser
firecracker github.com/firecracker-microvm/firecracker
flux github.com/fluxcd/flux
frpc github.com/fatedier/frp
frps github.com/fatedier/frp
fzf github.com/junegunn/fzfG
gdrive github.com/gdrive-org/gdrive
gget github.com/dpb587/gget
gh github.com/cli/cli
ginstall.sh github.com/whalehub/ginstall.sh
gitea github.com/go-gitea/gitea
go github.com/golang/go
gobuster github.com/OJ/gobuster
gogs github.com/gogs/gogs
golangci-lint github.com/golangci/golangci-lint
gopass github.com/gopasspw/gopass
goreleaser github.com/goreleaser/goreleaser
gosu github.com/tianon/gosu
gotty github.com/yudai/gottyH
hey github.com/rakyll/hey
httpstat github.com/davecheney/httpstat
hugo github.com/gohugoio/hugoI
imdl github.com/casey/intermodal
inlets github.com/inlets/inlets
ipfs github.com/ipfs/go-ipfsJ
jailer github.com/firecracker-microvm/firecrackerK
k3s github.com/rancher/k3s
k9s github.com/derailed/k9s
komga github.com/gotson/komga
kompose github.com/kubernetes/komposeL
lazydocker github.com/jesseduffield/lazydocker
lego github.com/go-acme/lego
linuxkit github.com/linuxkit/linuxkitM
mdbook github.com/rust-lang/mdBook
micro github.com/zyedidia/micro
mkcert github.com/FiloSottile/mkcert
monitoror github.com/monitoror/monitororN
nebula github.com/slackhq/nebulaP
pgweb github.com/sosedoff/pgweb
podman-remote github.com/containers/libpod
portainer github.com/portainer/portainerQ
qrcp github.com/claudiodangelis/qrcpR
rage github.com/str4d/rage
rclone github.com/rclone/rclone
restic github.com/restic/resticS
shellcheck github.com/koalaman/shellcheck
slack-term github.com/erroneousboat/slack-term
starship github.com/starship/starship
statping github.com/statping/statping
stdiscosrv github.com/syncthing/discosrv
step github.com/smallstep/cli
strelaysrv github.com/syncthing/relaysrv
syncthing github.com/syncthing/syncthingT
tldr++ github.com/isacikgoz/tldr
traefik github.com/containous/traefik
transfersh github.com/dutchcoders/transfer.shU
upx github.com/upx/upxV
vigil github.com/valeriansaliou/vigil
vuls github.com/future-architect/vulsW
watchtower github.com/containrrr/watchtower
wuzz github.com/asciimoo/wuzzY
youtube-dl github.com/ytdl-org/youtube-dlZ
zola github.com/getzola/zola
```## Development
If there's a statically compiled application that you'd like to see supported by `ginstall.sh`, please feel free to either open an issue or submit a pull request.