1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00

multimedia_build_main_dir now official helper

This commit is contained in:
siwinter 2021-08-23 20:23:33 +02:00 committed by GitHub
parent e0d0a33778
commit 643c288fcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,15 +51,3 @@ myynh_install() {
#================================================= #=================================================
# FUTURE OFFICIAL HELPERS # 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
}