21388: Modernize Debian install instructions
[arvados.git] / doc / install / nginx.html.textile.liquid
index 364cc9c3f69d9948bec0e22ba2af64c04e8b853f..b5734d70b7071ba4906bec704347fc3bfd140e08 100644 (file)
@@ -9,12 +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">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>