Revert gactions in Docker (#10115)
This commit is contained in:
parent
6da08deabf
commit
238884dfe2
4 changed files with 0 additions and 17 deletions
|
@ -10,7 +10,6 @@ INSTALL_FFMPEG="${INSTALL_FFMPEG:-yes}"
|
|||
INSTALL_LIBCEC="${INSTALL_LIBCEC:-yes}"
|
||||
INSTALL_PHANTOMJS="${INSTALL_PHANTOMJS:-yes}"
|
||||
INSTALL_SSOCR="${INSTALL_SSOCR:-yes}"
|
||||
INSTALL_GACTION="${INSTALL_GACTION:-yes}"
|
||||
|
||||
# Required debian packages for running hass or components
|
||||
PACKAGES=(
|
||||
|
@ -63,10 +62,6 @@ if [ "$INSTALL_SSOCR" == "yes" ]; then
|
|||
virtualization/Docker/scripts/ssocr
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_GACTION" == "yes" ]; then
|
||||
virtualization/Docker/scripts/gactions
|
||||
fi
|
||||
|
||||
# Remove packages
|
||||
apt-get remove -y --purge ${PACKAGES_DEV[@]}
|
||||
apt-get -y --purge autoremove
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue