mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 07:34:27 -04:00
Update setup.sh
This commit is contained in:
parent
2dcb5d1bc5
commit
dd4f84e8d0
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env sh
|
||||||
# ArchiveBox Setup Script: https://github.com/ArchiveBox/ArchiveBox
|
# ArchiveBox Setup Script: https://github.com/ArchiveBox/ArchiveBox
|
||||||
# Usage:
|
# Usage:
|
||||||
# curl 'https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/dev/bin/setup.sh' | bash
|
# curl 'https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/dev/bin/setup.sh' | sh
|
||||||
|
|
||||||
|
clear
|
||||||
|
|
||||||
if (which docker-compose > /dev/null && docker pull archivebox/archivebox:latest); then
|
if (which docker-compose > /dev/null && docker pull archivebox/archivebox:latest); then
|
||||||
echo "[+] Initializing an ArchiveBox data folder at ~/archivebox/data using Docker Compose..."
|
echo "[+] Initializing an ArchiveBox data folder at ~/archivebox/data using Docker Compose..."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue