diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..38ac300 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +.PHONY: install + +install: + mkdir -p /var/lib/inet2 + cp ./bin/* /usr/local/bin + cp ./lib/* /var/lib/inet2 + +alpine: + apk add --no-cache wireguard-tools bind-tools bird + cp ./deployments/openrc/inet2.initd /etc/init.d/inet2 + rc-update add inet2 |