From b9dced5e601f88aafef7123410d2c4be632b47ca Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 3 Sep 2020 11:40:47 -0400 Subject: [PATCH] Update setup.sh --- bin/setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/setup.sh b/bin/setup.sh index f855b5ff..0eb45451 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -78,6 +78,8 @@ else exit 1 fi +pip3 install --upgrade archivebox + # Check: echo "" echo "[*] Checking installed versions:" @@ -97,6 +99,7 @@ echo "" && which youtube-dl && youtube-dl --version | head -n 1 && echo "---------------------------------------------------" && +archivebox version && echo "[√] All dependencies installed. ✅" && exit 0