From 65ac6156337dbb74bd8c5417888fb6b59141a79b Mon Sep 17 00:00:00 2001 From: Corwin Date: Wed, 14 Feb 2024 18:29:54 +0100 Subject: [PATCH] fix: typo --- content/docs/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/getting-started/installation.md b/content/docs/getting-started/installation.md index fb11510..6c1571b 100644 --- a/content/docs/getting-started/installation.md +++ b/content/docs/getting-started/installation.md @@ -29,7 +29,7 @@ apt -y install software-properties-common curl apt-transport-https ca-certificat LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php -curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo +curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash apt update