From dbec3d54f84894cab2a6af8136bf8a0e7ba7be93 Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Thu, 1 Apr 2021 22:12:06 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 6ee1ab4..31b42dd 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -51,15 +51,6 @@ myynh_install() { ynh_exec_as $app $final_path/env/bin/python3 -m pip install --no-cache-dir Mopidy-Podcast-iTunes==3.0.0 # ynh_script_progression --message="Installing Mopidy-SoundCloud..." --weight=6 ynh_exec_as $app $final_path/env/bin/python3 -m pip install --no-cache-dir Mopidy-SoundCloud -# ynh_script_progression --message="Installing Mopidy-Spotify..." --time --weight=1 -# ynh_exec_as $app $final_path/env/bin/python3 -m pip install --no-cache-dir Mopidy-Spotify Spotify Lib currently not available!! - -# if [ -n "$(uname -m | grep arm)" ]; # check CPU (raspberry is armxx) -# then -# ynh_script_progression --message="Installing Mopidy-Raspberry-GPIO..." --time --weight=1 -# ynh_exec_as $app $final_path/env/bin/python3 -m pip install --no-cache-dir Mopidy-Raspberry-GPIO -# fi - # set +o nounset # source "${final_path}/env/bin/deactivate"