mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Sury has a crazy new amount of php-* packages that depend on specific versions of php, we shall ban them or it creates a frakin mess
This commit is contained in:
parent
2b3138ef80
commit
607fad2105
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ do_pre_regen() {
|
|||
|
||||
mkdir --parents "${pending_dir}/etc/apt/preferences.d"
|
||||
|
||||
packages_to_refuse_from_sury="php php-fpm php-mysql php-xml php-zip php-mbstring php-ldap php-gd php-curl php-bz2 php-json php-sqlite3 php-intl openssl libssl1.1 libssl-dev"
|
||||
packages_to_refuse_from_sury="php php-* openssl libssl1.1 libssl-dev"
|
||||
for package in $packages_to_refuse_from_sury; do
|
||||
echo "
|
||||
Package: $package
|
||||
|
|
Loading…
Add table
Reference in a new issue