mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-01-21 04:43:29 +08:00
Download heyu .tar instead of .zip
This commit is contained in:
parent
847f300669
commit
e06371437f
@ -15,10 +15,8 @@ RUN \
|
||||
echo "**** get heyu source ****" && \
|
||||
mkdir -p /build && \
|
||||
cd /build && \
|
||||
curl -LsSo heyu.zip https://github.com/HeyuX10Automation/heyu/archive/${GIT_HASH}.zip && \
|
||||
unzip heyu.zip && \
|
||||
mv heyu-* heyu && \
|
||||
cd heyu && \
|
||||
curl -LsSo heyu.tar.gz https://github.com/HeyuX10Automation/heyu/archive/${GIT_HASH}.tar.gz && \
|
||||
tar --strip-components=1 -xf heyu.tar.gz && \
|
||||
echo "**** building heyu ****" && \
|
||||
./configure --sysconfdir=/config/heyu/ && \
|
||||
make && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user