21388: Modernize Debian install instructions
[arvados.git] / doc / install / nginx.html.textile.liquid
index d86f3858b1396a005231f111cf4da412bd3b7399..b5734d70b7071ba4906bec704347fc3bfd140e08 100644 (file)
@@ -9,15 +9,14 @@ Copyright (C) The Arvados Authors. All rights reserved.
 SPDX-License-Identifier: CC-BY-SA-3.0
 {% endcomment %}
 
-h3. Centos 7
+h3. Alma/CentOS/Red Hat/Rocky 8
 
 <notextile>
-<pre><code># <span class="userinput">yum install epel-release</span></code>
-<code># <span class="userinput">yum install nginx</span></code></pre>
+<pre><code># <span class="userinput">dnf install nginx</span></code></pre>
 </notextile>
 
 h3. Debian and Ubuntu
 
 <notextile>
-<pre><code># <span class="userinput">apt-get --no-install-recommends install nginx</span></code></pre>
+<pre><code># <span class="userinput">apt --no-install-recommends install nginx</span></code></pre>
 </notextile>