mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
remove raspberry-gpio extension
This commit is contained in:
parent
ea2ef95fcf
commit
0e2d38aa40
1 changed files with 5 additions and 5 deletions
|
@ -54,11 +54,11 @@ myynh_install() {
|
||||||
# ynh_script_progression --message="Installing Mopidy-Spotify..." --time --weight=1
|
# 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!!
|
# 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)
|
# if [ -n "$(uname -m | grep arm)" ]; # check CPU (raspberry is armxx)
|
||||||
then
|
# then
|
||||||
ynh_script_progression --message="Installing Mopidy-Raspberry-GPIO..." --time --weight=1
|
# 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
|
# ynh_exec_as $app $final_path/env/bin/python3 -m pip install --no-cache-dir Mopidy-Raspberry-GPIO
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
|
|
||||||
# set +o nounset
|
# set +o nounset
|
||||||
|
|
Loading…
Add table
Reference in a new issue