[enh] Download metronome package from Yunohost server.

This commit is contained in:
opi 2017-01-31 11:54:21 +01:00
parent 0a16913a95
commit b13167de24

View file

@ -139,7 +139,7 @@ installscript_dependencies() {
-y --force-yes install \
$DEPENDENCIES \
|| return 1
wget -q https://raw.githubusercontent.com/likeitneverwentaway/rpi_buildbot/master/metronome_3.7.9+33b7572-1_armhf.deb \
wget -q https://build.yunohost.org/metronome_3.7.9+33b7572-1_armhf.deb \
|| return 1
sha256sum -c <<<"d19c6b08afb8674d1257dc3349a60e88218c4c01133c53c1fdcb02e86b415a40 metronome_3.7.9+33b7572-1_armhf.deb" \
|| return 1