ungleich-tools/jool-get-build-install.sh
2019-11-05 13:52:50 +01:00

21 lines
335 B
Bash

#!/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