This commit is contained in:
parent
aa4738695e
commit
99d4a6b3df
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ RUN apt-get update && apt-get upgrade \
|
||||||
aarch64) DEB_ARCH='arm64';; \
|
aarch64) DEB_ARCH='arm64';; \
|
||||||
*) echo "unsupported architecture"; exit 1 ;; \
|
*) echo "unsupported architecture"; exit 1 ;; \
|
||||||
esac \
|
esac \
|
||||||
&& curl -sSLf -o /homebridge_${HOMEBRIDGE_PKG_VERSION}.deb https://github.com/homebridge/homebridge-apt-pkg/releases/download/${HOMEBRIDGE_PKG_VERSION}/homebridge_${HOMEBRIDGE_PKG_VERSION}_${DEB_ARCH}.deb \
|
&& curl -sSLf -o /homebridge_${HOMEBRIDGE_PKG_VERSION}.deb https://github.com/homebridge/homebridge-apt-pkg/releases/download/v${HOMEBRIDGE_PKG_VERSION}/homebridge_v${HOMEBRIDGE_PKG_VERSION}_${DEB_ARCH}.deb \
|
||||||
&& dpkg --force-all -i /homebridge_${HOMEBRIDGE_PKG_VERSION}.deb \
|
&& dpkg --force-all -i /homebridge_${HOMEBRIDGE_PKG_VERSION}.deb \
|
||||||
&& rm -rf /homebridge_${HOMEBRIDGE_PKG_VERSION}.deb \
|
&& rm -rf /homebridge_${HOMEBRIDGE_PKG_VERSION}.deb \
|
||||||
&& chown -R root:root /opt/homebridge \
|
&& chown -R root:root /opt/homebridge \
|
||||||
|
|
Loading…
Add table
Reference in a new issue