From 2e0781375f4c367f3be82f10cee1181dd7c8a72e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 24 Apr 2021 01:02:12 -0400 Subject: [PATCH] Update setup.sh --- bin/setup.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bin/setup.sh b/bin/setup.sh index 61062546..19fce3c1 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -55,13 +55,15 @@ elif (which docker > /dev/null && docker pull archivebox/archivebox); then exit 0 fi -echo "[!] It's highly recommended to use Docker to set up ArchiveBox, but Docker wasn't found. ⚠️" echo "" -echo " If you want to use Docker, press [Ctrl-C] to cancel now and install it yourself." -echo " https://docs.docker.com/get-docker/" -echo " (after installing, run this script again)" +echo "[!] It's highly recommended to use ArchiveBox with Docker, but Docker wasn't found." +echo "" +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 10s... (press [Ctrl+C] to cancel)" +echo "" sleep 10 || exit 1 echo "[i] ArchiveBox Setup Script 📦"