diff --git a/unix_setup.sh b/unix_setup.sh
index 9b6b383764e00750e33b829370d571e77c1f1a92..edd6c366329b10b7a71b4b4c13a88aa371fc2779 100644
--- a/unix_setup.sh
+++ b/unix_setup.sh
@@ -55,7 +55,7 @@ else
     exit 1
 fi
 
-ext_jar_filepath="$PWD/autopsy/modules/ext/sleuthkit-postgresql-$TSK_VERSION.jar";
+ext_jar_filepath=$PWD/autopsy/modules/ext/sleuthkit-$TSK_VERSION.jar;
 echo -n "Copying sleuthkit-$TSK_VERSION.jar into the Autopsy directory..."
 rm -f "$ext_jar_filepath";
 if [ "$?" -gt 0 ]; then  #checking if remove operation failed