Add FTK Imager CLI.

Former-commit-id: 882fb980646612e101d720a15e954a54ecbfd4bf
Former-commit-id: 7ac7144504155471fe2acac18675d342d849e83e
This commit is contained in:
Kaj Forney 2019-09-25 15:24:32 -06:00
parent d3c5910044
commit 4b2b4bdfd8
2 changed files with 6 additions and 0 deletions

View file

@ -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

Binary file not shown.