Skip to content

Commit

Permalink
bad fix #71: install.sh updated
Browse files Browse the repository at this point in the history
  • Loading branch information
plasma-disassembler committed Jul 1, 2016
1 parent 2a7fb7b commit 589f864
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 @@ -49,13 +49,13 @@ if [ "$1" != "--update" ]; then
sudo -H pip3 install -r req
rm req
sudo -H pip3 install future
git clone -b fix-issue-105 --depth 1 https://github.com/erocarrera/pefile
git clone --depth 1 https://github.com/erocarrera/pefile
cd pefile
python3 setup.py install
cd ..
fi

# python3 setup.py build_ext --inplace
python3 setup.py build_ext --inplace

# Or create an alias to run_plasma.py
# sudo -H python3 setup.py install
sudo -H python3 setup.py install

0 comments on commit 589f864

Please sign in to comment.