From 0e2d38aa409b0188a6e8aabce72129a64af626fa Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Tue, 9 Mar 2021 17:37:25 +0100 Subject: [PATCH] remove raspberry-gpio extension --- scripts/_common.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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