mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Fix typo in Docker files (#15256)
This commit is contained in:
parent
a64a66dd62
commit
86165750ff
@ -46,7 +46,7 @@ apt-get install -y --no-install-recommends ${PACKAGES[@]} ${PACKAGES_DEV[@]}
|
|||||||
# This is a list of scripts that install additional dependencies. If you only
|
# This is a list of scripts that install additional dependencies. If you only
|
||||||
# need to install a package from the official debian repository, just add it
|
# need to install a package from the official debian repository, just add it
|
||||||
# to the list above. Only create a script if you need compiling, manually
|
# to the list above. Only create a script if you need compiling, manually
|
||||||
# downloading or a 3th party repository.
|
# downloading or a 3rd party repository.
|
||||||
if [ "$INSTALL_TELLSTICK" == "yes" ]; then
|
if [ "$INSTALL_TELLSTICK" == "yes" ]; then
|
||||||
virtualization/Docker/scripts/tellstick
|
virtualization/Docker/scripts/tellstick
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user