From 6d7150834049eccd24cadcbc0c874e80bf9481b4 Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Wed, 12 Feb 2020 14:26:45 -0700 Subject: [PATCH] Fix for Autopsy script. --- filesystem/etc/skel/post-install/install-autopsy.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/filesystem/etc/skel/post-install/install-autopsy.sh b/filesystem/etc/skel/post-install/install-autopsy.sh index f3cf2a91..04d03fb3 100755 --- a/filesystem/etc/skel/post-install/install-autopsy.sh +++ b/filesystem/etc/skel/post-install/install-autopsy.sh @@ -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." \ No newline at end of file +echo "Done! Autopsy 4 should be installed."