Browse Source

Remove haveged if onerng is installed

Bob Mottram 10 years ago
parent
commit
75526360ff
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone

+ 3
- 0
src/freedombone View File

4752
           exit 735026
4752
           exit 735026
4753
       fi
4753
       fi
4754
   fi
4754
   fi
4755
+  echo 'OneRNG firmware verification passed'
4756
+  # if haveged was previously installed then remove it
4757
+  apt-get -y remove haveged
4755
 }
4758
 }
4756
 
4759
 
4757
 function install_onerng {
4760
 function install_onerng {