mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-21 10:25:11 -04:00
Update setup.sh
This commit is contained in:
parent
0cdfab7f45
commit
0b8ff4c84c
1 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ echo " ⚠️ If you want to use Docker, press [Ctrl-C] to cancel now. ⚠️
|
||||||
echo " Get Docker: https://docs.docker.com/get-docker/"
|
echo " Get Docker: https://docs.docker.com/get-docker/"
|
||||||
echo " After you've installed Docker, run this script again."
|
echo " After you've installed Docker, run this script again."
|
||||||
echo
|
echo
|
||||||
echo "Otherwise, install will continue with apt/brew/pip in 12s... (press [Ctrl+C] to cancel)"
|
echo "Otherwise, install will continue with apt/brew/pkg + pip in 12s... (press [Ctrl+C] to cancel)"
|
||||||
echo
|
echo
|
||||||
sleep 12 || exit 1
|
sleep 12 || exit 1
|
||||||
echo "Proceeding with system package manager..."
|
echo "Proceeding with system package manager..."
|
||||||
|
@ -165,7 +165,7 @@ if ! (python3 --version && python3 -m pip --version && python3 -m django --versi
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! (python3 -m django --version && python3 -m archivebox version --quiet); then
|
if ! (python3 -m django --version && (: | python3 -m archivebox version --quiet)); then
|
||||||
echo "[X] Django and ArchiveBox were not found after installing!"
|
echo "[X] Django and ArchiveBox were not found after installing!"
|
||||||
echo " Check to see if a previous step failed."
|
echo " Check to see if a previous step failed."
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue