From 47ebd238e85df7ab6b9425f0ca2884ce0a070895 Mon Sep 17 00:00:00 2001
From: Brian Carrier <carrier@sleuthkit.org>
Date: Tue, 1 May 2018 12:19:23 -0400
Subject: [PATCH] updated unix_setup for new TSK version

---
 unix_setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unix_setup.sh b/unix_setup.sh
index a1e2f6215b..8283efcac8 100755
--- a/unix_setup.sh
+++ b/unix_setup.sh
@@ -2,7 +2,7 @@
 
 # Verifies programs are installed and copies native code into the Autopsy folder structure
 
-TSK_VERSION=4.6.0
+TSK_VERSION=4.6.1
 
 # Verify PhotoRec was installed
 photorec_filepath=/usr/bin/photorec
-- 
GitLab