installer.sh: Get docker binary path using command
This commit is contained in:
parent
060e21114b
commit
d798325220
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ ARCH=$(uname -m)
|
||||||
|
|
||||||
IP_ADDRESS=$(hostname -I | awk '{ print $1 }')
|
IP_ADDRESS=$(hostname -I | awk '{ print $1 }')
|
||||||
|
|
||||||
BINARY_DOCKER=/usr/bin/docker
|
BINARY_DOCKER=$(command -v docker)
|
||||||
|
|
||||||
DOCKER_REPO=homeassistant
|
DOCKER_REPO=homeassistant
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue