[ticket/17504] Fix tests

Fix the following apt-get update issue with ondrej/php PPA repo:
Repository 'https://ppa.launchpadcontent.net/ondrej/php/ubuntu noble InRelease'
changed its 'Label' value from '***** The main PPA for supported PHP versions
with many PECL extensions *****' to 'PPA for PHP'

Alternative fix might be: sudo apt update && sudo apt full-upgrade -y

PHPBB-17504
This commit is contained in:
rxu 2025-04-28 21:09:48 +07:00
parent 59e8875fa8
commit f512af1823
No known key found for this signature in database
GPG key ID: 955F0567380E586A
4 changed files with 4 additions and 4 deletions

View file

@ -10,5 +10,5 @@
#
set -e
sudo apt-get update
sudo apt-get update --allow-releaseinfo-change
sudo apt-get install -y parallel libimage-exiftool-perl

View file

@ -11,7 +11,7 @@
set -e
set -x
sudo apt-get update
sudo apt-get update --allow-releaseinfo-change
sudo apt-get install -q -y sphinxsearch
DIR=$(dirname "$0")

View file

@ -10,5 +10,5 @@
#
set -e
sudo apt-get update
sudo apt-get update --allow-releaseinfo-change
sudo apt-get install -y expect-dev

View file

@ -11,7 +11,7 @@
set -e
set -x
sudo apt-get update
sudo apt-get update --allow-releaseinfo-change
sudo apt-get install -y nginx coreutils
sudo service nginx stop