소스 검색

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