From b13167de246431a14d44442478950e056ea72a1e Mon Sep 17 00:00:00 2001 From: opi Date: Tue, 31 Jan 2017 11:54:21 +0100 Subject: [PATCH] [enh] Download metronome package from Yunohost server. --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index 7d56552..110676b 100755 --- a/install_yunohost +++ b/install_yunohost @@ -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