mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 18:38:17 +01:00
Allow original ui
This commit is contained in:
@@ -18,7 +18,13 @@ RUN apk add --no-cache \
|
||||
\
|
||||
&& mv /tmp/bashio/lib /usr/lib/bashio \
|
||||
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
|
||||
&& rm -fr /tmp/bashio.tar.gz
|
||||
&& rm -fr /tmp/bashio.tar.gz \
|
||||
\
|
||||
&& ln -s /usr/share/transmission/web/style /transmission-web-control && \
|
||||
ln -s /usr/share/transmission/web/images /transmission-web-control && \
|
||||
ln -s /usr/share/transmission/web/javascript /transmission-web-control && \
|
||||
ln -s /usr/share/transmission/web/index.html /transmission-web-control/index.original.html
|
||||
|
||||
|
||||
# Copy root filesystem
|
||||
COPY rootfs /
|
||||
|
||||
Reference in New Issue
Block a user