Commit a5fc48ef by devttys0

updated deps.sh comments

parent 117c9431
#!/bin/bash #!/bin/bash
# Easy installer script for Debian/RedHat systems. # Easy installer script for installing binwalk dependencies and extraction utilities on Debian/RedHat systems.
# TODO: PyOpenGL not installed for Python3. # Normally invoked via 'make deps'.
# TODO: PyOpenGL not installed for Python3. Python3 support is still experimental, so reliable installation across
# various distros is a PITA ATM.
SUDO=$(which sudo) SUDO=$(which sudo)
SUMOUNT="$1 $2" SUMOUNT="$1 $2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment