mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
10 lines
208 B
Bash
10 lines
208 B
Bash
#!/bin/sh
|
|
|
|
echo "*" >&2
|
|
echo "* If you want to use scapy to his full potential, please do:" >&2
|
|
echo "* apk add py-crypto py-gnuplot pyx tcpdump sox graphviz graphviz ebtables" >&2
|
|
echo "*" >&2
|
|
|
|
exit 0
|
|
|