mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-06 21:54:21 +01:00
Fix snips package handling
This commit is contained in:
@@ -9,7 +9,8 @@ COPY customtts.sh /usr/bin
|
||||
RUN chmod a+x /run.sh \
|
||||
&& chmod a+x /usr/bin/customtts.sh \
|
||||
&& apt-get update \
|
||||
&& (apt-get install -y mpg123 curl snips-asr-injection; exit 0) \
|
||||
&& apt-get install -y mpg123 curl \
|
||||
&& apt-get install -y snips-asr-injection || true \
|
||||
&& apt-get clean all \
|
||||
&& curl -L -o /assistant_Hass_de.zip https://s3.amazonaws.com/hassio-addons-data/assistant_Hass_de.zip \
|
||||
&& curl -L -o /assistant_Hass_en.zip https://s3.amazonaws.com/hassio-addons-data/assistant_Hass_en.zip \
|
||||
|
||||
Reference in New Issue
Block a user