diff --git a/scripts/install b/scripts/install index 2e7aff6..303f0eb 100755 --- a/scripts/install +++ b/scripts/install @@ -75,7 +75,7 @@ ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies ynh_script_progression --message="Configuring system user..." # Create a system user -ynh_system_user_create --username="$app" --home_dir="$final_path" --use_shell +ynh_system_user_create --username="$app" --home_dir="$final_path" --use_shell --groups="audio" #================================================= # INSTALL MOPIDY IN PYTHON ENVIRONMENT