1
0
mirror of https://github.com/shirou/mqttcli.git synced 2025-04-26 13:49:17 +08:00

Using releases from @shirou repo

This commit is contained in:
Sabith K Soopy 2018-07-17 22:58:14 -07:00 committed by Sabith KS
parent c7210e3587
commit 67a1558ad5
2 changed files with 3 additions and 3 deletions

View File

@ -10,12 +10,12 @@ Install
Download from `here`_. Please choose your artitecture. (and chmod ugo+x if needed)
.. _here: https://github.com/sks/mqttcli/releases/latest
.. _here: https://github.com/shirou/mqttcli/releases/latest
::
curl https://raw.githubusercontent.com/sks/mqttcli/master/install.sh | sh
curl https://raw.githubusercontent.com/shirou/mqttcli/master/install.sh | sh
Or if you have golang environment, type this to build on your host.

View File

@ -2,7 +2,7 @@
# Based on https://raw.githubusercontent.com/golang/dep/master/install.sh
RELEASES_URL="https://github.com/sks/mqttcli/releases"
RELEASES_URL="https://github.com/shirou/mqttcli/releases"
INSTALL_NAME="mqttcli"
if [ -z ${INSTALL_DIRECTORY} ]
then