Browse Source

Remove haveged if onerng is installed

Bob Mottram 9 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,6 +4752,9 @@ function check_onerng_verification {
4752 4752
           exit 735026
4753 4753
       fi
4754 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 4760
 function install_onerng {