debian系统更换PHP源
安装更新与PHP证书安装
|
1 2 3 4 |
apt update && apt upgrade apt install ca-certificates apt-transport-https wget -q https://packages.sury.org/php/apt.gpg -O- | apt-key add - echo "deb https://packages.sury.org/php/ buster main" | tee /etc/apt/sources.list.d/php.list |
安装PH… 继续阅读 debian系统更换PHP源