++ notes for devuan install / jool
This commit is contained in:
parent
fb011ca9a7
commit
b1242bae44
1 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,15 @@ set -e
|
|||
|
||||
version=4.0.6
|
||||
|
||||
cat <<EOF
|
||||
Build requirements devuan:
|
||||
|
||||
apt install libnl-genl-3-dev libxtables-dev
|
||||
|
||||
|
||||
|
||||
EOF
|
||||
|
||||
wget -c https://github.com/NICMx/Jool/releases/download/v${version}/jool-${version}.tar.gz
|
||||
tar xfz jool-${version}.tar.gz
|
||||
|
||||
|
|
Loading…
Reference in a new issue