mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-24 21:23:22 +00:00
Update setup.sh
This commit is contained in:
parent
9373a2853e
commit
8519c81711
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue