mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
Update install
This commit is contained in:
parent
5a631b7342
commit
67c1737aea
1 changed files with 3 additions and 2 deletions
|
@ -65,7 +65,7 @@ ynh_app_setting_set --app=$app --key=port --value=$port
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALL DEPENDENCIES
|
# INSTALL DEPENDENCIES
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Installing dependencies..." --weight=10
|
ynh_script_progression --message="Installing dependencies..." --weight=30
|
||||||
pwd
|
pwd
|
||||||
#ynh_install_app_dependencies $pkg_dependencies siwi
|
#ynh_install_app_dependencies $pkg_dependencies siwi
|
||||||
|
|
||||||
|
@ -80,7 +80,8 @@ ynh_system_user_create --username="$app" --home_dir="$final_path" --use_shell
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALL MOPIDY IN PYTHON ENVIRONMENT
|
# INSTALL MOPIDY IN PYTHON ENVIRONMENT
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Install in Python environment..."
|
ynh_script_progression --message="Install in Python environment..." --weight=30
|
||||||
|
pwd
|
||||||
|
|
||||||
myynh_install
|
myynh_install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue