mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
Modules fixes (#9)
This commit is contained in:
@@ -18,6 +18,10 @@ if [ "$1" = "install" ]; then
|
||||
opkg update
|
||||
opkg install p0f --dest sd
|
||||
fi
|
||||
|
||||
if [ ! -f /usr/lib/libpcap.so ] && [ -f /usr/lib/libpcap.so.1.3 ]; then
|
||||
ln -s /usr/lib/libpcap.so /usr/lib/libpcap.so.1.3
|
||||
fi
|
||||
|
||||
touch /etc/config/p0f
|
||||
echo "config p0f 'module'" > /etc/config/p0f
|
||||
|
||||
Reference in New Issue
Block a user