1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

/use/bin/iiab-remoteit: Clarify stop/delete/bounce "official" URL

This commit is contained in:
A Holt 2022-04-04 09:43:10 -04:00 committed by GitHub
parent 68e1ca955c
commit a9c04d08dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,9 @@ if [[ $ans = "y" ]] || [[ $ans = "Y" ]]; then
# apt install & enable "latest" remote.it Device Package for your CPU/OS # apt install & enable "latest" remote.it Device Package for your CPU/OS
curl -L https://downloads.remote.it/remoteit/install_agent.sh | sh curl -L https://downloads.remote.it/remoteit/install_agent.sh | sh
else else
# 2022-04-04: Stop/Delete/Bounce sequence follows official suggestion here:
# https://support.remote.it/hc/en-us/articles/360061228252-Oops-I-cloned-an-SD-card-
echo -e "In a few secs, all 3 svcs {connectd, schannel, remoteit@...} should be back!\n" echo -e "In a few secs, all 3 svcs {connectd, schannel, remoteit@...} should be back!\n"
systemctl stop connectd # Safer! systemctl stop connectd # Safer!