mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
missing . in readme
This commit is contained in:
parent
96afe53f7c
commit
97b8231a4b
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Installing Remoteit on a Raspberry Pi
|
||||
1. Set remoteit_install and remoteit_enabled to True in /etc/local_vars.yml.
|
||||
2 Run the role that installs remote.it.`
|
||||
2. Run the role that installs remote.it.`
|
||||
```
|
||||
./runroles remoteit
|
||||
```
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
daemon_reload: yes
|
||||
enabled: yes
|
||||
state: restarted
|
||||
when: remoteid_enabled
|
||||
when: remoteit_enabled
|
||||
|
||||
- name: Disable & Stop connectd daemon
|
||||
systemd:
|
||||
|
|
Loading…
Reference in a new issue