mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
Update setup.sh
This commit is contained in:
parent
4ae965cb07
commit
2e0781375f
1 changed files with 6 additions and 4 deletions
10
bin/setup.sh
10
bin/setup.sh
|
@ -55,13 +55,15 @@ elif (which docker > /dev/null && docker pull archivebox/archivebox); then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "[!] It's highly recommended to use Docker to set up ArchiveBox, but Docker wasn't found. ⚠️"
|
|
||||||
echo ""
|
echo ""
|
||||||
echo " If you want to use Docker, press [Ctrl-C] to cancel now and install it yourself."
|
echo "[!] It's highly recommended to use ArchiveBox with Docker, but Docker wasn't found."
|
||||||
echo " https://docs.docker.com/get-docker/"
|
echo ""
|
||||||
echo " (after installing, run this script again)"
|
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 ""
|
||||||
echo "Otherwise, install will continue with apt/brew/pip in 10s... (press [Ctrl+C] to cancel)"
|
echo "Otherwise, install will continue with apt/brew/pip in 10s... (press [Ctrl+C] to cancel)"
|
||||||
|
echo ""
|
||||||
sleep 10 || exit 1
|
sleep 10 || exit 1
|
||||||
|
|
||||||
echo "[i] ArchiveBox Setup Script 📦"
|
echo "[i] ArchiveBox Setup Script 📦"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue