add libpcap-dev into the post_config.sh. it is needed by packet injection program compiling

This commit is contained in:
Xianjun Jiao
2021-04-05 21:56:17 +02:00
parent ab45f1b8a2
commit f0f5e22fc1

View File

@ -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