From 23c124ae2f9989b0001cfa1ae894bcd9e6223441 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 12 Feb 2018 23:50:52 +0100 Subject: [PATCH] This specific metronome stuff for raspbian is not necessary anymore --- install_yunohost | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/install_yunohost b/install_yunohost index 33bfa5d..6daf112 100755 --- a/install_yunohost +++ b/install_yunohost @@ -241,27 +241,6 @@ function installscript_dependencies() { -y --force-yes install \ $DEPENDENCIES \ || return 1 - - # - # Temporary comment for stretch... - # To be removed if really not needed - # - #if is_raspbian ; then - # DEPENDENCIES="ssl-cert lua-event lua-expat lua-socket lua-sec lua-filesystem" - # apt_get_wrapper -o Dpkg::Options::="--force-confold" \ - # -y --force-yes install \ - # $DEPENDENCIES \ - # || return 1 - # 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 - # dpkg -i metronome_3.7.9+33b7572-1_armhf.deb >> $YUNOHOST_LOG 2>&1 \ - # || return 1 - # apt-mark hold metronome >> $YUNOHOST_LOG 2>&1 \ - # || return 1 - #fi - } function create_custom_config() {