Browse Source

Update setup.sh

Nick Sweeting 1 year ago
parent
commit
fa24136ff7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/setup.sh

+ 1 - 1
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); then
+if ! (python3 -m django --version && python3 -m pip show archivebox && which -a archivebox); then
     echo "[X] Django and ArchiveBox were not found after installing!"
     echo "    Check to see if a previous step failed."
     echo