You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to change the installation method from : curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | sudo -E bash && sudo apt install symfony-cli
to : curl -sS https://get.symfony.com/cli/installer | bash
But the problem is still present.
Everything was working fine yesterday.
There seems indeed to have a change in today in ondrej noble. noble (https://ppa.launchpadcontent.net/ondrej/php/ubuntu/dists/noble/) 2025-04-27 15:35
Thank you.
The text was updated successfully, but these errors were encountered:
For the record (for anyone finding this issue later on): the issue lies in the fact the the PPA repo label changed which breaks the apt-get update command.
Hello,
Since today i got this error in a github action job.
I tried to change the installation method from :
curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | sudo -E bash && sudo apt install symfony-cli
to :
curl -sS https://get.symfony.com/cli/installer | bash
But the problem is still present.
Everything was working fine yesterday.
There seems indeed to have a change in today in ondrej noble.
noble (https://ppa.launchpadcontent.net/ondrej/php/ubuntu/dists/noble/) 2025-04-27 15:35
Thank you.
The text was updated successfully, but these errors were encountered: