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:
parent
68e1ca955c
commit
a9c04d08dc
1 changed files with 3 additions and 0 deletions
|
@ -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!
|
||||||
|
|
Loading…
Reference in a new issue