Commit fdbf2e69 by Adam Baxter

Typo fix for APT dependencies and better error checking

parent 892ab6d0
#!/bin/bash #!/bin/bash
set -o nounset
set -o errexit
REQUIRED_UTILS="wget tar python" REQUIRED_UTILS="wget tar python"
APTCMD="apt-get" APTCMD="apt-get"
...@@ -144,7 +146,7 @@ fi ...@@ -144,7 +146,7 @@ fi
# Do the install(s) # Do the install(s)
cd /tmp cd /tmp
sudo $PKGCMD $PKGCMD_OPTS $PKG_CANDIDTES sudo $PKGCMD $PKGCMD_OPTS $PKG_CANDIDATES
install_pip_package pyqtgraph install_pip_package pyqtgraph
install_pip_package capstone install_pip_package capstone
install_sasquatch 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