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:
parent
c7210e3587
commit
67a1558ad5
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user