Open alok87 opened 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>
curl https://secret_gist_path | bash
/usr/local/bin/<binary>
How can i use this library to self update the
<binary> update will update
<binary> update
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