M index.css => index.css +2 -0
@@ 305,6 305,8 @@ input[type="radio"]:last-child:checked ~ .accordion > .item:last-child > label {
#os-omnios:checked ~ .os-omnios > label { background: #222222; color: white; }
#os-openbsd:checked ~ .os-openbsd > .content { display: flex; }
#os-openbsd:checked ~ .os-openbsd > label { background: #222222; color: white; }
+#os-openmandriva:checked ~ .os-openmandriva > .content { display: flex; }
+#os-openmandriva:checked ~ .os-openmandriva > label { background: #222222; color: white; }
#os-opensuse:checked ~ .os-opensuse > .content { display: flex; }
#os-opensuse:checked ~ .os-opensuse > label { background: #222222; color: white; }
#os-pkgsrc:checked ~ .os-pkgsrc > .content { display: flex; }
M index.html => index.html +14 -0
@@ 700,6 700,20 @@
<a href="#step-2" class="button">Next</a>
</div>
</div>
+ <div class="item os-openmandriva">
+ <label for="os-openmandriva">
+ <img src="/static/openmandriva.png" />
+ OpenMandriva
+ </label>
+ <div class="content">
+ <p>
+ The <code>git-email</code> package includes the git email
+ tools. Run this to install it:
+ </p>
+ <pre>sudo dnf install git-email</pre>
+ <a href="#step-2" class="button">Next</a>
+ </div>
+ </div>
<div class="item os-opensuse">
<label for="os-opensuse">
<img src="/static/suse.png" />
A static/openmandriva.png => static/openmandriva.png +0 -0