Update debian.rst

Failing to install apache2 results in subsequent calls to a2enconf and a2enmod failing because they might not have been installed. (in my case, I was using a minimal Debian 12 install which doesn't install apache2)
This commit is contained in:
beltphed
2024-08-16 19:55:49 -07:00
committed by GitHub
parent c8cce78669
commit aa892e69d0

View File

@@ -39,7 +39,7 @@ Run the following commands.
::
sudo apt install mariadb-server
sudo apt install apache2 mariadb-server
Switch into root user and create database and database user