mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 09:40:10 -07:00
Fix for Autopsy script.
This commit is contained in:
parent
d8174831b0
commit
6d71508340
1 changed files with 4 additions and 4 deletions
|
@ -12,9 +12,9 @@ apt install testdisk -y
|
|||
wget -q -O - https://download.bell-sw.com/pki/GPG-KEY-bellsoft | sudo apt-key add -
|
||||
echo "deb [arch=amd64] https://apt.bell-sw.com/ stable main" | sudo tee /etc/apt/sources.list.d/bellsoft.list
|
||||
apt update
|
||||
apt install bellsoft-java8 -y
|
||||
export JAVA_HOME=/usr/lib/jvm/bellsoft-java8-amd64/
|
||||
echo "JAVA_HOME=/usr/lib/jvm/bellsoft-java8-amd64/" >> /etc/environment
|
||||
apt install bellsoft-java8-full -y
|
||||
export JAVA_HOME=/usr/lib/jvm/bellsoft-java8-full-amd64/
|
||||
echo "JAVA_HOME=/usr/lib/jvm/bellsoft-java8-full-amd64/" >> /etc/environment
|
||||
wget https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-4.8.0/sleuthkit-java_4.8.0-1_amd64.deb
|
||||
apt install ./sleuthkit-java_4.8.0-1_amd64.deb -y
|
||||
rm sleuthkit-java_4.8.0-1_amd64.deb
|
||||
|
@ -28,4 +28,4 @@ chmod +x unix_setup.sh
|
|||
cd /usr/bin
|
||||
ln -s /opt/autopsy/bin/autopsy autopsy
|
||||
|
||||
echo "Done! Autopsy 4 should be installed."
|
||||
echo "Done! Autopsy 4 should be installed."
|
||||
|
|
Loading…
Reference in a new issue