mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Remove jessie code to install ffmpeg
This commit is contained in:
parent
3ed9cf0204
commit
fd83745f77
1 changed files with 0 additions and 7 deletions
|
@ -98,13 +98,6 @@ ynh_install_nodejs --nodejs_version=$NODEJS_VERSION
|
|||
# Install dependencies
|
||||
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
|
||||
|
||||
# Install ffmpeg from backports for Debian Jessie and from main for others
|
||||
if [ "$(lsb_release --codename --short)" == "jessie" ]; then
|
||||
ynh_install_extra_app_dependencies --repo="deb http://httpredir.debian.org/debian jessie-backports main" --package="ffmpeg"
|
||||
else
|
||||
ynh_add_app_dependencies --package="ffmpeg"
|
||||
fi
|
||||
|
||||
# Install Yarn
|
||||
ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||
|
||||
|
|
Loading…
Reference in a new issue