From 77e5560762088d0cdefff09670bf7ad348bd53f4 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 23 Apr 2021 23:50:11 -0400 Subject: [PATCH] Update setup.sh --- bin/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setup.sh b/bin/setup.sh index fec75f86..1fe284f5 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -66,4 +66,4 @@ pip3 install --upgrade archivebox echo "[+] Initializing ArchiveBox data folder at ~/archivebox..." mkdir -p ~/archivebox cd ~/archivebox -archivebox init --setup +exec archivebox init --setup