Update installer.sh
This commit is contained in:
parent
e35a8552b4
commit
ecd375fa51
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ warn "If you want more control over your own system, run"
|
||||||
warn "Home Assistant as a VM or run Home Assistant Core"
|
warn "Home Assistant as a VM or run Home Assistant Core"
|
||||||
warn "via a Docker container."
|
warn "via a Docker container."
|
||||||
warn ""
|
warn ""
|
||||||
echo 'Please type "not supported" to continue this installation'
|
echo "Please type not supported to continue this installation"
|
||||||
read x
|
read x
|
||||||
if [ "$x" != "not supported" ]
|
if [ "$x" != "not supported" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue