Browse Source

menuconfig

Bob Mottram 7 years ago
parent
commit
76432f7c19
2 changed files with 6 additions and 6 deletions
  1. 1
    1
      doc/EN/debianinstall.org
  2. 5
    5
      website/EN/debianinstall.html

+ 1
- 1
doc/EN/debianinstall.org View File

@@ -28,7 +28,7 @@ git clone https://github.com/bashrc/freedombone
28 28
 cd freedombone
29 29
 git checkout stretch
30 30
 make install
31
-freedombone makeconfig
31
+freedombone menuonfig (or freedombone menuconfig-onion)
32 32
 #+END_SRC
33 33
 
34 34
 The installation process will then begin. Depending upon the hardware you're installing onto and your internet connection speed it may take quite a while to install.

+ 5
- 5
website/EN/debianinstall.html View File

@@ -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>&lrm;</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>