Download heyu .tar instead of .zip

This commit is contained in:
dcflachs 2025-12-31 15:38:46 -05:00
parent 847f300669
commit e06371437f

View File

@ -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 && \