1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00
This commit is contained in:
siwinter 2021-03-19 02:04:29 +01:00 committed by GitHub
parent 9cf5f2a2a2
commit 20279325a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ myynh_install() {
# 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
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
}