From 8f1369f59af281b5eb447e74ccc50d20c2907b48 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 6 Mar 2021 12:26:56 -0800 Subject: [PATCH] add additional barrier to flood of help --- guides/php_upgrade.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/php_upgrade.md b/guides/php_upgrade.md index fd690563..195f7cfc 100644 --- a/guides/php_upgrade.md +++ b/guides/php_upgrade.md @@ -14,6 +14,7 @@ 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 +apt -y update apt -y install php8.0 php8.0-{cli,gd,mysql,pdo,mbstring,tokenizer,bcmath,xml,fpm,curl,zip} ```