<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Feb 11, 2017 at 1:03 AM, Jason A. Donenfeld <span dir="ltr"><<a href="mailto:Jason@zx2c4.com" target="_blank">Jason@zx2c4.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Mellow yellow,<br>
<br>
That's a great idea. Do you intend to track dkg's sid package more or<br>
less faithfully?</blockquote><div><br></div><div>In that package repository, I intend to track the sid package exactly. If I ever take up hacking on wireguard, I'll use a separate repository for any modified versions.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">If so, I'd be happy to advertise this on the<br>
<a href="http://wireguard.io/install/" rel="noreferrer" target="_blank">wireguard.io/install/</a> page, since I'm sure a lot of people (including<br>
myself!) would benefit immensely from that.<br></blockquote><div><br></div><div>Cool! I'll see about setting up debian stable as well.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Could you send some bulletproof instructions -- 3 or 4 lines of<br>
commands like what's there currently -- and I'll put it on the site?<br></blockquote><div><br></div><div>The instructions you have on there now are fine if you're okay with packagecloud's shell script. Manual instructions that work are:</div><div><br></div><div>sudo apt-get install -y apt-transport-https linux-headers-amd64 curl</div><div>curl -L <a href="https://packagecloud.io/danderson/wireguard/gpgkey">https://packagecloud.io/danderson/wireguard/gpgkey</a> | sudo apt-key add -</div><div>echo "deb <a href="https://packagecloud.io/danderson/wireguard/debian/">https://packagecloud.io/danderson/wireguard/debian/</a> stretch main" | sudo tee /etc/apt/sources.list.d/wireguard.list</div><div>sudo apt-get update</div><div>sudo apt-get install -y wireguard-dkms wireguard-tools</div><div><br></div><div>Note that right now, only amd64 packages are available. If you think there's demand for Debian on 32-bit x86, I can set up i386 builders as well.</div><div><br></div><div>- Dave</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Thanks,<br>
Jason<br>
</blockquote></div><br></div></div>