diff --git a/scripts/_common.sh b/scripts/_common.sh index 246aead..30c7cc4 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -54,11 +54,11 @@ myynh_install() { # 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 +# 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