From 643c288fcdcb82aa7f2874e9a1604dc14d044b5f Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Mon, 23 Aug 2021 20:23:33 +0200 Subject: [PATCH] multimedia_build_main_dir now official helper --- scripts/_common.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 8554744..9b7a95f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -51,15 +51,3 @@ myynh_install() { #================================================= # FUTURE OFFICIAL HELPERS #================================================= - -#================================================= -# YUNOHOST MULTIMEDIA INTEGRATION -#================================================= - -# Install or update the main directory yunohost.multimedia -# see https://github.com/YunoHost-Apps/yunohost.multimedia -ynh_multimedia_build_main_dir () { - wget -nv https://github.com/maniackcrudelis/yunohost.multimedia/archive/master.zip 2>&1 - unzip master.zip - sudo ./yunohost.multimedia-master/script/ynh_media_build.sh -}