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