From 9f17c8dd1e56e6dac1ea77d9edea987445f2c063 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 12 Mar 2021 18:44:14 +0200 Subject: [PATCH] Add PHP repository --- guides/php_upgrade.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/php_upgrade.md b/guides/php_upgrade.md index d828a4f2..245b88be 100644 --- a/guides/php_upgrade.md +++ b/guides/php_upgrade.md @@ -14,6 +14,8 @@ In order to install PHP 8.0, you will need to run the following command. Please may have slightly different requirements for how this command is formatted. ```bash +# Add additional repository for PHP +add-apt-repository -y ppa:ondrej/php apt -y update apt -y install php8.0 php8.0-{cli,gd,mysql,pdo,mbstring,tokenizer,bcmath,xml,fpm,curl,zip} ```