fix lint
This commit is contained in:
parent
a8cfe85846
commit
e6c2b5b5e5
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ network-manager
|
|||
Run as root (sudo su):
|
||||
|
||||
```bash
|
||||
curl -sL https://raw.githubusercontent.com/home-assistant/installer/master/install.sh | bash -s
|
||||
curl -sL https://raw.githubusercontent.com/home-assistant/installer/master/installer.sh | bash -s
|
||||
```
|
||||
|
||||
### Command line arguments
|
||||
|
@ -43,7 +43,7 @@ curl -sL https://raw.githubusercontent.com/home-assistant/installer/master/insta
|
|||
you can set these parameters by appending ` -- <parameter> <value>` like:
|
||||
|
||||
```bash
|
||||
curl -sL https://raw.githubusercontent.com/home-assistant/installer/master/install.sh | bash -s -- -m MY_MACHINE
|
||||
curl -sL https://raw.githubusercontent.com/home-assistant/installer/master/installer.sh | bash -s -- -m MY_MACHINE
|
||||
```
|
||||
|
||||
## Supported Machine types
|
||||
|
|
|
@ -21,5 +21,5 @@ jobs:
|
|||
- script: |
|
||||
sudo docker run --rm -i \
|
||||
-v $(pwd):/mnt:ro koalaman/shellcheck:$(versionShellCheck) \
|
||||
install.sh files/hassio-apparmor files/hassio-supervisor files/ha
|
||||
installer.sh files/hassio-apparmor files/hassio-supervisor files/ha
|
||||
displayName: 'Run ShellCheck'
|
||||
|
|
Loading…
Reference in a new issue