mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
Update _common.sh
This commit is contained in:
parent
5d546dd039
commit
6fbd55c7b5
1 changed files with 0 additions and 8 deletions
|
@ -11,14 +11,6 @@ YNH_COMPOSER_VERSION="2.1.3"
|
|||
|
||||
pkg_dependencies="ffmpeg php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-bcmath php${YNH_PHP_VERSION}-exif php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-mysqli php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-intl"
|
||||
|
||||
# # needed for raw upload and video playback
|
||||
# # ufraw-batch is not supported in bullseye
|
||||
# if ! (apt-cache -q=0 show ufraw-batch |& grep ': No packages found' &>/dev/null); then
|
||||
# pkg_dependencies="ffmpeg"
|
||||
# else
|
||||
# pkg_dependencies="ufraw-batch ffmpeg"
|
||||
# fi
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue