Commit 78f22c77 by devttys0

Merge pull request #184 from voltagex/patch-1

Fix typo preventing apt dependency install
parents 5f4b52c9 f2332249
#!/bin/bash
set -o nounset
REQUIRED_UTILS="wget tar python"
APTCMD="apt-get"
......@@ -144,7 +145,7 @@ fi
# Do the install(s)
cd /tmp
sudo $PKGCMD $PKGCMD_OPTS $PKG_CANDIDTES
sudo $PKGCMD $PKGCMD_OPTS $PKG_CANDIDATES
install_pip_package pyqtgraph
install_pip_package capstone
install_sasquatch
......
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