mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +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
|
||||
# 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
|
||||
# downloading or a 3th party repository.
|
||||
# downloading or a 3rd party repository.
|
||||
if [ "$INSTALL_TELLSTICK" == "yes" ]; then
|
||||
virtualization/Docker/scripts/tellstick
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user