|
@@ -3,10 +3,10 @@
|
3
|
3
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
4
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
5
|
5
|
<head>
|
6
|
|
-<!-- 2017-06-25 Sun 23:22 -->
|
|
6
|
+<!-- 2018-01-23 Tue 19:31 -->
|
7
|
7
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
8
|
8
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
9
|
|
-<title></title>
|
|
9
|
+<title>‎</title>
|
10
|
10
|
<meta name="generator" content="Org mode" />
|
11
|
11
|
<meta name="author" content="Bob Mottram" />
|
12
|
12
|
<meta name="description" content="How to install Freedombone onto an existing Debian system"
|
|
@@ -257,15 +257,15 @@ It's still possible to install the system onto these unsupported devices if you
|
257
|
257
|
</p>
|
258
|
258
|
|
259
|
259
|
<div class="org-src-container">
|
260
|
|
-<pre><code class="src src-bash">su
|
|
260
|
+<pre class="src src-bash">su
|
261
|
261
|
apt-get update
|
262
|
262
|
apt-get -qy install build-essential git dialog
|
263
|
263
|
git clone https://github.com/bashrc/freedombone
|
264
|
264
|
<span class="org-builtin">cd</span> freedombone
|
265
|
265
|
git checkout stretch
|
266
|
266
|
make install
|
267
|
|
-freedombone makeconfig
|
268
|
|
-</code></pre>
|
|
267
|
+freedombone menuonfig (or freedombone menuconfig-onion)
|
|
268
|
+</pre>
|
269
|
269
|
</div>
|
270
|
270
|
|
271
|
271
|
<p>
|