<div dir="ltr"><div><font face="arial, sans-serif">Awesome! Great sleuthing James!</font></div><div><span style="font-family:arial,sans-serif;font-size:12.800000190734863px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:12.800000190734863px">I'm not sure if it was curl that needed to be installed on the image or curl installed on the build-environment. I tried 'apt-get install curl' and rebuilt the image, but I end up with the same problem. I'm assuming you mean curl installed to the SD image.</span></div>
<div><span style="font-family:arial,sans-serif;font-size:12.800000190734863px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:12.800000190734863px">Here's a question: How do people know when changes have gone into the freedombox code? What are the commands for Debian to check for and download updates?</span></div>
<div><span style="font-family:arial,sans-serif;font-size:12.800000190734863px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:12.800000190734863px">I found this page:</span></div><div><font face="arial, sans-serif"><a href="https://alioth.debian.org/scm/?group_id=100527">https://alioth.debian.org/scm/?group_id=100527</a></font><br>
</div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">that instructs to use this command:</font></div><div><span style="color:rgb(68,68,68);font-family:monospace;font-size:11px;background-color:rgb(247,247,247)">git clone <a href="https://alioth.debian.org/anonscm/git/freedombox/freedombox.git">https://alioth.debian.org/anonscm/git/freedombox/freedombox.git</a></span><font face="arial, sans-serif"><br>
</font></div><div><span style="color:rgb(68,68,68);font-family:monospace;font-size:11px;background-color:rgb(247,247,247)"><br></span></div><div><span style="color:rgb(68,68,68);font-family:monospace;font-size:11px;background-color:rgb(247,247,247)">...is that the proper way?</span></div>
<div><span style="font-family:arial,sans-serif;font-size:12.800000190734863px"><br></span></div><span style="font-family:arial,sans-serif;font-size:12.800000190734863px"><div><span style="font-family:arial,sans-serif;font-size:12.800000190734863px"><br>
</span></div>From: James Valleroy <</span><a href="mailto:james.valleroy@gmail.com" style="font-family:arial,sans-serif;font-size:12.800000190734863px">james.valleroy@gmail.com</a><span style="font-family:arial,sans-serif;font-size:12.800000190734863px">></span><br style="font-family:arial,sans-serif;font-size:12.800000190734863px">
<span style="font-family:arial,sans-serif;font-size:12.800000190734863px">To: FreedomBox discussions</span><br style="font-family:arial,sans-serif;font-size:12.800000190734863px"><span style="font-family:arial,sans-serif;font-size:12.800000190734863px">        <</span><a href="mailto:freedombox-discuss@lists.alioth.debian.org" style="font-family:arial,sans-serif;font-size:12.800000190734863px">freedombox-discuss@lists.alioth.debian.org</a><span style="font-family:arial,sans-serif;font-size:12.800000190734863px">></span><br style="font-family:arial,sans-serif;font-size:12.800000190734863px">
<span style="font-family:arial,sans-serif;font-size:12.800000190734863px">Subject: Re: [Freedombox-discuss] Trouble Building Raspberry Pi Image</span><br style="font-family:arial,sans-serif;font-size:12.800000190734863px">
<span style="font-family:arial,sans-serif;font-size:12.800000190734863px">Message-ID:</span><br style="font-family:arial,sans-serif;font-size:12.800000190734863px"><span style="font-family:arial,sans-serif;font-size:12.800000190734863px">        <CAG3_</span><span style="font-family:arial,sans-serif;font-size:12.800000190734863px">j1SrJiNhGg0dXKagwh6h9G9o2=</span><a href="mailto:MQubruGUgwu30OCMjy6Q@mail.gmail.com" style="font-family:arial,sans-serif;font-size:12.800000190734863px">MQubruGUgwu30OCMjy6Q@mail.gmail.com</a><span style="font-family:arial,sans-serif;font-size:12.800000190734863px">></span><br style="font-family:arial,sans-serif;font-size:12.800000190734863px">
<span style="font-family:arial,sans-serif;font-size:12.800000190734863px">Content-Type: text/plain; charset=UTF-8</span><br style="font-family:arial,sans-serif;font-size:12.800000190734863px"><div class="gmail_extra"><br>
<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>
<br>
I think I found the issue on line 728:<br>
/usr/bin/rpi-update: line 40: curl: command not found<br>
<br>
The rpi-update script is run from our 10_hardware setup script [0].<br>
Recently rpi-update switched from wget to curl [1], so we probably<br>
just need to install curl (in the chroot) before running rpi-update.<br>
<br>
[0] <a href="https://github.com/petterreinholdtsen/freedombox-setup/blob/master/setup.d/10_hardware#L64" target="_blank">https://github.com/petterreinholdtsen/freedombox-setup/blob/master/setup.d/10_hardware#L64</a><br>
[1] <a href="https://github.com/Hexxeh/rpi-update/commit/dd495b8dd7f36dc411f2ed2bbdc21e4062b01a62" target="_blank">https://github.com/Hexxeh/rpi-update/commit/dd495b8dd7f36dc411f2ed2bbdc21e4062b01a62</a><br>
<br><br>
</blockquote></div><br></div></div>