1
0
Fork 0

Update setup.sh

This commit is contained in:
Nick Sweeting 2020-09-03 11:40:47 -04:00 committed by GitHub
parent ccc235973b
commit b9dced5e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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