From b2b13ef5cdbfbf5053ad6a403a51ca435d3749a7 Mon Sep 17 00:00:00 2001 From: Ken Guest Date: Fri, 3 Jan 2025 23:26:09 +0000 Subject: [PATCH] Fix typo (maintened -> maintained) --- _posts/01-06-01-Linux-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/01-06-01-Linux-Setup.md b/_posts/01-06-01-Linux-Setup.md index aac6b73..cd0eadc 100644 --- a/_posts/01-06-01-Linux-Setup.md +++ b/_posts/01-06-01-Linux-Setup.md @@ -5,7 +5,7 @@ anchor: linux_setup ## Linux Setup {#linux_setup_title} -Most GNU/Linux distributions come with PHP available from the official repositories, but those packages usually are a little behind the current stable version. There are multiple ways to get newer PHP versions on such distributions. On Ubuntu and Debian-based GNU/Linux distributions, for instance, the best alternatives for native packages are provided and maintened by [Ondřej Surý][Ondrej Sury Blog], through his Personal Package Archive (PPA) on Ubuntu and DPA/bikeshed on Debian. Find instructions for each of these below. All that said, you can always use containers, compile the PHP Source code, etc. +Most GNU/Linux distributions come with PHP available from the official repositories, but those packages usually are a little behind the current stable version. There are multiple ways to get newer PHP versions on such distributions. On Ubuntu and Debian-based GNU/Linux distributions, for instance, the best alternatives for native packages are provided and maintained by [Ondřej Surý][Ondrej Sury Blog], through his Personal Package Archive (PPA) on Ubuntu and DPA/bikeshed on Debian. Find instructions for each of these below. All that said, you can always use containers, compile the PHP Source code, etc. ### Ubuntu-based distributions