Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit baf79c8

Browse files
authored
Fix wrong package name in lamp-server tutorial. (#1232)
database-basic is no longer used, there is a mariadb package now.
1 parent 5ca6316 commit baf79c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/lamp-server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ and is available in the database-basic |CL| bundle.
246246

247247
.. code-block:: bash
248248
249-
sudo swupd bundle-add database-basic
249+
sudo swupd bundle-add mariadb
250250
251251
#. To start MariaDB after it is installed and set it to start automatically on
252252
boot, enter the following commands:

0 commit comments

Comments
 (0)