Added install script for debugging with strace

This commit is contained in:
Joseph Henry 2015-12-18 13:13:47 -08:00
commit 2d9f1f7857
2 changed files with 11 additions and 1 deletions

9
netcon/install-intercept.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
cp libzerotierintercept.so /lib/libzerotierintercept.so
ln -sf /lib/libzerotierintercept.so /lib/libzerotierintercept
/usr/bin/install -c zerotier-intercept /usr/bin
# rm -r /lib/libzerotierintercept.so
# rm -r /lib/libzerotierintercept
# rm -r /usr/bin/zerotier-intercept