mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
More inclusive rule for this php/sury hack because php version got updated to deb9u6
This commit is contained in:
parent
f2db3d34dd
commit
854e52c21e
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ ynh_install_app_dependencies () {
|
|||
if echo $dependencies | grep -q 'php';
|
||||
then
|
||||
# And we have packages from sury installed (7.0.33-10+weirdshiftafter instead of 7.0.33-0 on debian)
|
||||
if dpkg --list | grep "php7.0" | grep -q -v "7.0.33-0+deb9u5"
|
||||
if dpkg --list | grep "php7.0" | grep -q -v "7.0.33-0+deb9"
|
||||
then
|
||||
# And sury ain't already installed
|
||||
if ! grep -nrq "sury" /etc/apt/sources.list*
|
||||
|
|
Loading…
Add table
Reference in a new issue