From baf79c8a226f7d56867b4f501793af289f2342eb Mon Sep 17 00:00:00 2001 From: birdybro Date: Fri, 4 Feb 2022 15:39:34 -0700 Subject: [PATCH] Fix wrong package name in lamp-server tutorial. (#1232) database-basic is no longer used, there is a mariadb package now. --- source/tutorials/lamp-server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/lamp-server.rst b/source/tutorials/lamp-server.rst index e8cd8815..b83c65dc 100644 --- a/source/tutorials/lamp-server.rst +++ b/source/tutorials/lamp-server.rst @@ -246,7 +246,7 @@ and is available in the database-basic |CL| bundle. .. code-block:: bash - sudo swupd bundle-add database-basic + sudo swupd bundle-add mariadb #. To start MariaDB after it is installed and set it to start automatically on boot, enter the following commands: