Remove haveged if onerng is installed
This commit is contained in:
parent
23a4809be4
commit
75526360ff
|
@ -4752,6 +4752,9 @@ function check_onerng_verification {
|
||||||
exit 735026
|
exit 735026
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
echo 'OneRNG firmware verification passed'
|
||||||
|
# if haveged was previously installed then remove it
|
||||||
|
apt-get -y remove haveged
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_onerng {
|
function install_onerng {
|
||||||
|
|
Loading…
Reference in New Issue