From 0b8ff4c84c793403297dda76177d83179bdae508 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 18 Feb 2024 05:28:48 -0800 Subject: [PATCH] Update setup.sh --- bin/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/setup.sh b/bin/setup.sh index 639508b7..db4a1c64 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -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 " After you've installed Docker, run this script again." 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 sleep 12 || exit 1 echo "Proceeding with system package manager..." @@ -165,7 +165,7 @@ if ! (python3 --version && python3 -m pip --version && python3 -m django --versi exit 1 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 " Check to see if a previous step failed." echo