Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by mail.sr.ht (Postfix) with ESMTPS id 0D9AC402B3 for <~sircmpwn/public-inbox@lists.sr.ht>; Sat, 6 Apr 2019 12:45:34 +0000 (UTC) X-Originating-IP: 87.173.134.141 Received: from hibiki.lan (p57AD868D.dip0.t-ipconnect.de [87.173.134.141]) (Authenticated sender: robert@gnzler.io) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 7AF7E20004 for <~sircmpwn/public-inbox@lists.sr.ht>; Sat, 6 Apr 2019 12:45:33 +0000 (UTC) From: =?UTF-8?q?Robert=20G=C3=BCnzler?= To: ~sircmpwn/public-inbox@lists.sr.ht Subject: [PATCH git-send-email.io] Add Solus install instructions and logo Date: Sat, 6 Apr 2019 14:45:22 +0200 Message-Id: <20190406124522.17978-1-r@gnzler.io> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable --- index.css | 2 ++ index.html | 15 +++++++++++++++ static/solus.png | Bin 0 -> 1775 bytes 3 files changed, 17 insertions(+) create mode 100644 static/solus.png diff --git a/index.css b/index.css index cdae498..871398c 100644 --- a/index.css +++ b/index.css @@ -306,6 +306,8 @@ input[type=3D"radio"]:last-child:checked ~ .accordion= > .item:last-child > label { #os-opensuse:checked ~ .os-opensuse > label { background: #222222; color= : white; } #os-pkgsrc:checked ~ .os-pkgsrc > .content { display: flex; } #os-pkgsrc:checked ~ .os-pkgsrc > label { background: #222222; color: wh= ite; } +#os-solus:checked ~ .os-solus > .content { display: flex; } +#os-solus:checked ~ .os-solus > label { background: #222222; color: whit= e; } #os-ubuntu:checked ~ .os-ubuntu > .content { display: flex; } #os-ubuntu:checked ~ .os-ubuntu > label { background: #222222; color: wh= ite; } #os-void:checked ~ .os-void > .content { display: flex; } diff --git a/index.html b/index.html index 42a427f..36f5ffe 100644 --- a/index.html +++ b/index.html @@ -386,6 +386,7 @@ + @@ -600,6 +601,20 @@ Next +
+ +
+

+ The git package includes the git email + tools. Run this to install it: +

+
sudo eopkg install git
+ Next +
+