mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-22 01:50:56 -07:00
Add FTK Imager CLI.
Former-commit-id: 882fb980646612e101d720a15e954a54ecbfd4bf Former-commit-id: 7ac7144504155471fe2acac18675d342d849e83e
This commit is contained in:
parent
cc7f45e70c
commit
5ecdeacfe4
2 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,12 @@ systemctl disable firewalld
|
|||
#Allow VLC to run as root
|
||||
sed -i 's/geteuid/getppid/' /usr/bin/vlc
|
||||
|
||||
#Get FTK Imager CLI
|
||||
wget https://ad-zip.s3.amazonaws.com/ftkimager.3.1.1_ubuntu64.tar.gz
|
||||
tar xvf ftkimager.3.1.1_ubuntu64.tar.gz
|
||||
mv ftkimager /usr/bin/
|
||||
rm ftkimager.3.1.1_ubuntu64.tar.gz
|
||||
|
||||
#Distro-specific stuff
|
||||
DISTRO=$(cat /etc/lsb-release | grep DISTRIB_ID | cut -c 12-30)
|
||||
|
||||
|
|
BIN
filesystem/etc/skel/.config/dconf/user
Normal file → Executable file
BIN
filesystem/etc/skel/.config/dconf/user
Normal file → Executable file
Binary file not shown.
Loading…
Reference in a new issue