1
0
Fork 0
mirror of synced 2024-05-16 18:32:41 +12:00

Update setup.sh

This commit is contained in:
Nick Sweeting 2024-02-18 05:32:38 -08:00 committed by GitHub
parent 9373a2853e
commit 8519c81711
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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