mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-05 11:21:31 +00:00
⬆️ Update Home Panel to v0.9.1
This commit is contained in:
parent
75c4911d2e
commit
3ed06409b8
1 changed files with 2 additions and 2 deletions
|
@ -17,11 +17,11 @@ RUN \
|
||||||
nodejs-current=11.3.0-r0 \
|
nodejs-current=11.3.0-r0 \
|
||||||
\
|
\
|
||||||
&& curl -J -L -o /tmp/panel.zip \
|
&& curl -J -L -o /tmp/panel.zip \
|
||||||
"https://github.com/timmo001/home-panel/releases/download/v0.9.0/home-panel-built.zip" \
|
"https://github.com/timmo001/home-panel/releases/download/v0.9.1/home-panel-built.zip" \
|
||||||
&& unzip -d /tmp /tmp/panel.zip \
|
&& unzip -d /tmp /tmp/panel.zip \
|
||||||
&& mv /tmp/build /opt/panel \
|
&& mv /tmp/build /opt/panel \
|
||||||
\
|
\
|
||||||
&& git clone --branch "v0.9.0" --depth=1 \
|
&& git clone --branch "v0.9.1" --depth=1 \
|
||||||
"https://github.com/timmo001/home-panel.git" /tmp/panel \
|
"https://github.com/timmo001/home-panel.git" /tmp/panel \
|
||||||
&& mv /tmp/panel/api /opt/api \
|
&& mv /tmp/panel/api /opt/api \
|
||||||
\
|
\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue