Skip to content

Commit

Permalink
nethunter-fs: attempt to fix build failures
Browse files Browse the repository at this point in the history
Signed-off-by: James Christopher Adduono <[email protected]>
  • Loading branch information
jcadduono committed Sep 3, 2017
1 parent e56afb5 commit 1036baf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nethunter-fs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ pkg_minimal="openssh-server kali-defaults kali-archive-keyring
pkg_full="kali-linux-nethunter mana-toolkit exploitdb lua-sql-sqlite3 msfpc
exe2hexbat bettercap libapache2-mod-php7.0 libreadline6-dev
libncurses5-dev libnewlib-arm-none-eabi binutils-arm-none-eabi
autoconf libtool make gcc-5"
autoconf libtool make gcc-6 g++-6"

# ARCH SPECIFIC PACKAGES
pkg_minimal_armhf="abootimg cgpt fake-hwclock vboot-utils vboot-kernel-utils nethunter-utils"
Expand Down
2 changes: 1 addition & 1 deletion nethunter-fs/stages/stage3
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ EOF
if [ "$build_size" = full ]; then
# We should run git clone outside chroot because it has issues with machine-code translation
git clone https://github.com/Proxmark/proxmark3.git "$rootfs/opt/proxmark3"
wget "http://repo.kali.org/kali/pool/main/g/gcc-arm-none-eabi/gcc-arm-none-eabi_4.9.3+svn231177-1_${build_arch}.deb" -O "$rootfs/opt/proxmark3/gcc-arm-none-eabi.deb"
wget "http://repo.kali.org/kali/pool/main/g/gcc-arm-none-eabi/gcc-arm-none-eabi_5.4.1+svn241155-1_${build_arch}.deb" -O "$rootfs/opt/proxmark3/gcc-arm-none-eabi.deb"
git clone https://github.com/adaptivethreat/Empire.git "$rootfs/opt/Empire"

cat << EOF >> "$rootfs/third-stage"
Expand Down

0 comments on commit 1036baf

Please sign in to comment.