jpillora / overseer

Monitorable, gracefully restarting, self-upgrading binaries in Go (golang)
MIT License
2.33k stars 209 forks source link

Auto upgrade binaries for curl one liner install scripts #33

Open alok87 opened 5 years ago

alok87 commented 5 years ago

I have a curl https://secret_gist_path | bash one liner script to install the latest binary at /usr/local/bin/<binary>

How can i use this library to self update the

<binary> update will update