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