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)
pull/4114/head
beltphed 2024-08-16 19:55:49 -07:00 committed by GitHub
parent c8cce78669
commit aa892e69d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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 Switch into root user and create database and database user