Bob Mottram 7 lat temu
rodzic
commit
76432f7c19
2 zmienionych plików z 6 dodań i 6 usunięć
  1. 1
    1
      doc/EN/debianinstall.org
  2. 5
    5
      website/EN/debianinstall.html

+ 1
- 1
doc/EN/debianinstall.org Wyświetl plik

28
 cd freedombone
28
 cd freedombone
29
 git checkout stretch
29
 git checkout stretch
30
 make install
30
 make install
31
-freedombone makeconfig
31
+freedombone menuonfig (or freedombone menuconfig-onion)
32
 #+END_SRC
32
 #+END_SRC
33
 
33
 
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.
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 Wyświetl plik

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