mirror of https://github.com/sfeakes/AqualinkD.git
Updates for 2.6.2
parent
a38a1c6e00
commit
4faa2e0db0
|
@ -2,11 +2,11 @@
|
|||
|
||||
#
|
||||
# run from curl or local will give different results.
|
||||
# curl -fsSL https://raw.githubusercontent.com/sfeakes/AqualinkD/master/release/remote_install.sh | sudo bash -s -- latest
|
||||
# curl -fsSL https://raw.githubusercontent.com/aqualinkd/AqualinkD/master/release/remote_install.sh | sudo bash -s -- latest
|
||||
# ./upgrade.sh latest
|
||||
#
|
||||
# To get good / bad exit code from both curl and bash, use below. It will exit current term so be careful.
|
||||
# curl -fsSL "https://raw.githubusercontent.com/sfeakes/AqualinkD/master/release/remote_install.sh" | ( sudo bash && exit 0 ) || exit $?
|
||||
# curl -fsSL "https://raw.githubusercontent.com/aqualinkd/AqualinkD/master/release/remote_install.sh" | ( sudo bash && exit 0 ) || exit $?
|
||||
|
||||
|
||||
TRUE=0
|
||||
|
|
Loading…
Reference in New Issue