Updates for 2.6.2

master
sfeakes 2025-04-13 12:03:02 -05:00
parent a38a1c6e00
commit 4faa2e0db0
1 changed files with 2 additions and 2 deletions

View File

@ -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