Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Commit

Permalink
Don't manually copy files to the kali chroot
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati Aharoni committed Nov 11, 2015
1 parent 27b12e5 commit 86be24b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nethunter-fs/stages/stage3
Expand Up @@ -7,7 +7,6 @@ mount -o bind /dev/ kali-$architecture/dev/
mount -o bind /dev/pts kali-$architecture/dev/pts

# Copy necessary scripts and make executable (/dev/null to supress error msgs for following symlinks)
cp -rf fs/* kali-$architecture/
LANG=C chroot kali-$architecture chmod 755 /usr/bin/* 2> /dev/null
LANG=C chroot kali-$architecture chmod 755 /usr/share/mana-toolkit/run-mana/*.sh 2> /dev/null

Expand Down

0 comments on commit 86be24b

Please sign in to comment.