We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7e9ca commit 1e9a221Copy full SHA for 1e9a221
README.md
@@ -80,6 +80,7 @@ this work with systemd, for old debian/ubuntu please try docker or https://phps
80
echo deb http://phpstatic.com/debian/ / > /etc/apt/sources.list.d/phpstatic.list
81
apt-get install gnupg curl sudo
82
curl -L https://phpstatic.com/repo.gpg | sudo apt-key add -
83
+curl -L http://phpstatic.com/repo.gpg | sudo apt-key --keyring /etc/apt/trusted.gpg.d/phpstatic.gpg add -
84
apt-get update
85
apt-get install php-static-7.4 nginx-static
86
/etc/init.d/php-fpm status
0 commit comments