mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 14:03:17 -07:00
Changing http links to https when possible
This commit is contained in:
parent
2771821169
commit
c77645610a
6 changed files with 11 additions and 11 deletions
|
@ -61,7 +61,7 @@ Download and cross compile libpcap-1.8.1 for ARM (adjust `PCAPV` to use a differ
|
|||
|
||||
cd /tmp
|
||||
export PCAPV=1.8.1
|
||||
wget http://www.tcpdump.org/release/libpcap-$PCAPV.tar.gz
|
||||
wget https://www.tcpdump.org/release/libpcap-$PCAPV.tar.gz
|
||||
tar xvf libpcap-$PCAPV.tar.gz
|
||||
cd libpcap-$PCAPV
|
||||
export CC=arm-linux-gnueabi-gcc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue