From 6248dadccbd865e1d9d6aad3c342d62dcba00539 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Fri, 16 Oct 2020 15:01:21 +0200 Subject: [PATCH] fix spelling --- installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.sh b/installer.sh index 31b6378..58dd631 100644 --- a/installer.sh +++ b/installer.sh @@ -102,7 +102,7 @@ if [ ! -f "$FILE_NM_CONNECTION" ]; then curl -sL "${URL_NM_CONNECTION}" > "${FILE_NM_CONNECTION}" fi -warn "Changes is needed to the /etc/network/interfaces file" +warn "Changes are needed to the /etc/network/interfaces file" info "If you have modified the network on the host manualy, those can now be overwritten" info "If you do not overwrite this now you need to manually adjust it later" info "Do you want to proceed with that? [N/y] " @@ -260,4 +260,4 @@ info info "Home Assistant supervised is now installed" info "First setup will take some time, when it's ready you can reach it here:" info "http://${IP_ADDRESS}:8123" -info \ No newline at end of file +info