mirror of
https://github.com/open-sdr/openwifi.git
synced 2025-06-12 12:18:27 +00:00
add libpcap-dev into the post_config.sh. it is needed by packet injection program compiling
This commit is contained in:
@ -51,6 +51,7 @@ sudo apt-get -y install nano
|
|||||||
sudo apt-get -y install tcpdump
|
sudo apt-get -y install tcpdump
|
||||||
sudo apt-get -y install webfs
|
sudo apt-get -y install webfs
|
||||||
sudo apt-get -y install iperf
|
sudo apt-get -y install iperf
|
||||||
|
sudo apt-get -y install libpcap-dev
|
||||||
|
|
||||||
# change the password to openwifi
|
# change the password to openwifi
|
||||||
echo -e "openwifi\nopenwifi" | passwd
|
echo -e "openwifi\nopenwifi" | passwd
|
||||||
|
Reference in New Issue
Block a user