mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
Update _common.sh
This commit is contained in:
parent
21f40fe69b
commit
2ee2c5f1c2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ myynh_install() {
|
|||
ynh_exec_as $app $final_path/env/bin/python3 -m pip install --no-cache-dir Mopidy-Podcast==3.0.0
|
||||
ynh_exec_as $app $final_path/env/bin/python3 -m pip install --no-cache-dir Mopidy-Podcast-iTunes==3.0.0
|
||||
ynh_exec_as $app $final_path/env/bin/python3 -m pip install --no-cache-dir Mopidy-SoundCloud==3.0.1
|
||||
if [ $mpd_ext -eq 1 ]; then
|
||||
if [ $mpd_port -ne 0 ]; then
|
||||
ynh_exec_as $app $final_path/env/bin/python3 -m pip install --no-cache-dir Mopidy-MPD==3.1.0
|
||||
fi
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue