From 8519c817115f562e3cc309d0d2a0a06539bfc8cf Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 18 Feb 2024 05:32:38 -0800 Subject: [PATCH] Update setup.sh --- bin/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setup.sh b/bin/setup.sh index 78dafa1f..1a6aac6c 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -165,7 +165,7 @@ if ! (python3 --version && python3 -m pip --version && python3 -m django --versi exit 1 fi -if ! (python3 -m django --version && which -a archivebox && (: | archivebox version --quiet)); then +if ! (python3 -m django --version && which -a archivebox); then echo "[X] Django and ArchiveBox were not found after installing!" echo " Check to see if a previous step failed." echo