Skip to content

Commit

Permalink
firmware install bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
0x90 committed Feb 21, 2017
1 parent ec6f3a3 commit 360a537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -670,13 +670,13 @@ nrf24-flash-crazyradio:
################################## firmware ######################################
##: firmware-reverse - install firmware RE/MOD tools
firmware-reverse:
apt-get install firmware-mod-kit
apt-get install firmware-mod-kit -y
@echo "install sasquatch to extract non-standard SquashFS images"
$(call gitclone,https://github.com/devttys0/sasquatch)
cd $(repo) && ./build.sh # make && sudo make install
@echo "installing binwalk"
$(call gitclone,https://github.com/devttys0/binwalk)
cd $(repo) && ./deps.sh && pip install .
cd $(repo) && y| ./deps.sh && pip install .
@echo "installing firmadyne"
$(call gitclone,https://github.com/firmadyne/firmadyne)
@echo "installing firmwalker"
Expand Down

0 comments on commit 360a537

Please sign in to comment.