Packages

Runs the jitterentropy-rngd using Mountrop to provide extra random noise from CPU jitter

Current section

Files

Jump to
Raw

update.sh

#!/bin/sh
# update
git submodule update --init --recursive
rm -Rf src/
cp -Rv jitter*/ src/
cp -Rv jitterentropy-rngd/* src/
rm -Rf src/.git
sed -i.bak 's/.*DESTDIR :=.*/DESTDIR := ..\/priv\//' src/Makefile
rm src/Makefile.bak