Skip to content

Commit

Permalink
deps: check for package installation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ddcc committed Feb 27, 2016
1 parent 34810df commit 65969ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ fi
# Do the install(s)
cd /tmp
sudo $PKGCMD $PKGCMD_OPTS $PKG_CANDIDATES
if [ $? -ne 0 ]
then
echo "Package installation failed: $PKG_CANDIDATES"
exit 1
fi
install_pip_package pyqtgraph
install_pip_package capstone
install_sasquatch
Expand Down

0 comments on commit 65969ea

Please sign in to comment.