From c2e36510ead564e796ef75a7fc590c2470663573 Mon Sep 17 00:00:00 2001 From: Max Harmony Date: Tue, 30 Oct 2018 22:38:47 -0400 Subject: [PATCH] update install instructions (#20420) --- guide/english/apache/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/english/apache/index.md b/guide/english/apache/index.md index cd83d30a63..7d3b76f2b6 100644 --- a/guide/english/apache/index.md +++ b/guide/english/apache/index.md @@ -9,11 +9,11 @@ Apache runs on 67% of all webservers in the world. It is fast, reliable, and sec ### Installation -#### On Ubuntu +#### On Ubuntu/Debian ``` -sudo apt install apache2 +sudo aptitude install apache2 ``` -#### On Centos +#### On CentOS ``` sudo yum install httpd ````