fix spelling
This commit is contained in:
parent
ed40318053
commit
6248dadccb
1 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ if [ ! -f "$FILE_NM_CONNECTION" ]; then
|
||||||
curl -sL "${URL_NM_CONNECTION}" > "${FILE_NM_CONNECTION}"
|
curl -sL "${URL_NM_CONNECTION}" > "${FILE_NM_CONNECTION}"
|
||||||
fi
|
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 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 "If you do not overwrite this now you need to manually adjust it later"
|
||||||
info "Do you want to proceed with that? [N/y] "
|
info "Do you want to proceed with that? [N/y] "
|
||||||
|
@ -260,4 +260,4 @@ info
|
||||||
info "Home Assistant supervised is now installed"
|
info "Home Assistant supervised is now installed"
|
||||||
info "First setup will take some time, when it's ready you can reach it here:"
|
info "First setup will take some time, when it's ready you can reach it here:"
|
||||||
info "http://${IP_ADDRESS}:8123"
|
info "http://${IP_ADDRESS}:8123"
|
||||||
info
|
info
|
||||||
|
|
Loading…
Reference in a new issue