From e6c2b5b5e5116db6236d39dde2f3ee20d5c266b5 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 30 Mar 2020 18:07:59 +0200 Subject: [PATCH] fix lint --- README.md | 4 ++-- azure-pipelines.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a008b5..9188e99 100644 --- a/README.md +++ b/README.md @@ -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 ` -- ` 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 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 69f7d6d..892b586 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'