mirror of
https://github.com/YunoHost-Apps/ampache_ynh.git
synced 2024-09-03 18:15:55 +02:00
[install] s/libav-tools/ffmpeg/
This commit is contained in:
parent
69dbdd0cfb
commit
8d709f7ce1
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ ynh_app_setting_set --app=$app --key=is_public --value=$is_public
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Installing dependencies..." --weight=25
|
ynh_script_progression --message="Installing dependencies..." --weight=25
|
||||||
|
|
||||||
ynh_install_app_dependencies libav-tools php-cli
|
ynh_install_app_dependencies ffmpeg php-cli
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CREATE A MYSQL DATABASE
|
# CREATE A MYSQL DATABASE
|
||||||
|
|
Loading…
Add table
Reference in a new issue