Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
secretsquirrel committed Jan 2, 2016
1 parent 392a3fc commit 58bc07f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# capstone (newest)
# pefile
# python-capstone
# autogen
# autoconf


if [[ $EUID -ne 0 ]]; then
Expand All @@ -16,7 +16,7 @@ fi
uname -a | grep -i kali &> /dev/null
if [ $? -eq 0 ]; then
apt-get update
apt-get install -y python-capstone autogen
apt-get install -y python-capstone autoconf

echo '[*] Install osslsigncode'
cd osslsigncode
Expand Down Expand Up @@ -45,7 +45,7 @@ uname -a | grep -v "kali" | grep -i linux &> /dev/null
if [ $? -eq 0 ]; then

if hash pip 2>/dev/null; then
sudo apt-get install -y python-pip autogen
sudo apt-get install -y python-pip autoconf
pip install pefile
#install capstone
pip install capstone
Expand Down

0 comments on commit 58bc07f

Please sign in to comment.