mirror of https://github.com/secdev/scapy.git
Bad characters removed
This commit is contained in:
parent
eeaa4c0d9e
commit
945457ec70
|
@ -1,4 +1,4 @@
|
|||
# Install dependencies using pip
|
||||
# Install dependencies using pip
|
||||
if [ -z "$SCAPY_SUDO" -o "$SCAPY_SUDO" = "false" ]
|
||||
then
|
||||
SCAPY_SUDO=""
|
||||
|
@ -22,7 +22,7 @@ then
|
|||
$SCAPY_SUDO apt-get install python-pyx
|
||||
fi
|
||||
|
||||
# Install pcap & dnet
|
||||
# Install pcap & dnet
|
||||
if [ ! -z $SCAPY_USE_PCAPDNET ]
|
||||
then
|
||||
if [ "$TRAVIS_OS_NAME" = "linux" ]
|
||||
|
|
Loading…
Reference in New Issue