From fb011ca9a77c83d668399f0fe0755b532e5ef176 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 5 Nov 2019 13:52:50 +0100 Subject: [PATCH] ++build script for jool --- jool-get-build-install.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 jool-get-build-install.sh diff --git a/jool-get-build-install.sh b/jool-get-build-install.sh new file mode 100644 index 0000000..0f8d10c --- /dev/null +++ b/jool-get-build-install.sh @@ -0,0 +1,21 @@ +#!/bin/sh +# 2019-11-05, Nico Schottelius + +set -e + +version=4.0.6 + +wget -c https://github.com/NICMx/Jool/releases/download/v${version}/jool-${version}.tar.gz +tar xfz jool-${version}.tar.gz + +# 1. kernel module +dkms install jool-${version} + +# 2. user space +cd jool-${version} +./configure +make +make install + + +# add openrc script for alpine