mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Merge pull request #7903 from FineArchs/patch-1
linux_macos_install_scripts: allows installing tsk in a empty directory
This commit is contained in:
commit
19d577ca48
@ -34,7 +34,7 @@ if [[ -z "${SLEUTHKIT_SRC_DIR}" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ ! -d $SLEUTHKIT_SRC_DIR ]]; then
|
||||
if [[ ! -d $SLEUTHKIT_SRC_DIR/.git ]]; then
|
||||
TSK_REPO_PATH=$(dirname "$SLEUTHKIT_SRC_DIR")
|
||||
echo "Cloning Sleuthkit to $TSK_REPO_PATH..."
|
||||
mkdir -p $TSK_REPO_PATH &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user