瀏覽代碼

Better randomness on clients

Bob Mottram 10 年之前
父節點
當前提交
c8d1080b01
共有 2 個檔案被更改,包括 3 行新增3 行删除
  1. 1
    1
      doc/installation.org
  2. 2
    2
      website/installation.html

+ 1
- 1
doc/installation.org 查看文件

@@ -170,7 +170,7 @@ On your internet router, typically under firewall settings, open the following p
170 170
 You can configure laptops or desktop machines which connect to the Freedombone server in the following way. This alters encryption settings to improve overall security.
171 171
 
172 172
 #+BEGIN_SRC bash
173
-sudo apt-get install git dialog
173
+sudo apt-get install git dialog haveged
174 174
 git clone https://github.com/bashrc/freedombone
175 175
 cd freedombone
176 176
 sudo make install

+ 2
- 2
website/installation.html 查看文件

@@ -4,7 +4,7 @@
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6 6
 <title></title>
7
-<!-- 2015-01-24 Sat 20:14 -->
7
+<!-- 2015-01-24 Sat 20:17 -->
8 8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9 9
 <meta  name="generator" content="Org-mode" />
10 10
 <meta  name="author" content="Bob Mottram" />
@@ -542,7 +542,7 @@ You can configure laptops or desktop machines which connect to the Freedombone s
542 542
 
543 543
 <div class="org-src-container">
544 544
 
545
-<pre class="src src-bash">sudo apt-get install git dialog
545
+<pre class="src src-bash">sudo apt-get install git dialog haveged
546 546
 git clone https://github.com/bashrc/freedombone
547 547
 <span class="org-builtin">cd</span> freedombone
548 548
 sudo make install