wardmundy
Nerd Uno
- Joined
- Oct 12, 2007
- Messages
- 20,217
- Reaction score
- 5,974
The sury repo continues to be problematic especially on Raspbian platforms, but it is a necessary repository with Incredible PBX. Also worth checking on Debian servers. Here's the latest fix:
Code:
apt update
# if you get invalid signatures for sury repo, continue on below.
# Otherwise, you're good to go
apt install ca-certificates
rm -rf /etc/apt/trusted.gpg.d/sury.gpg
apt-key del 95BD4743
apt-key del B188E2B695BD4743
wget -O /etc/apt/trusted.gpg.d/sury.gpg https://packages.sury.org/php/apt.gpg
apt update -y
Last edited: