1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Fixing the One Light installation

This commit is contained in:
Jack Miras 2017-08-24 23:58:21 -04:00
parent 815c4ecce5
commit 2c3a0a6997

View File

@ -345,7 +345,7 @@
<li class="mix light bg-white">
<h3> One Light </h3>
<div class="code-wrap">
<pre><code class=language-bash id="one-light">wget -O xt http://git.io/vs7UQ && chmod +x xt && ./xt && rm xt</code></pre>
<pre><code class=language-bash id="one-light">wget -O xt https://git.io/v5m1u && chmod +x xt && ./xt && rm xt</code></pre>
<span class="btn-copy" data-clipboard-target="#one-light">
<img class="clippy" src="./img/clippy.svg" alt="Copy to clipboard">
</span>