|
@@ -78,6 +78,8 @@ else
|
|
|
exit 1
|
|
exit 1
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
|
|
+pip3 install --upgrade archivebox
|
|
|
|
|
+
|
|
|
# Check:
|
|
# Check:
|
|
|
echo ""
|
|
echo ""
|
|
|
echo "[*] Checking installed versions:"
|
|
echo "[*] Checking installed versions:"
|
|
@@ -97,6 +99,7 @@ echo "" &&
|
|
|
which youtube-dl &&
|
|
which youtube-dl &&
|
|
|
youtube-dl --version | head -n 1 &&
|
|
youtube-dl --version | head -n 1 &&
|
|
|
echo "---------------------------------------------------" &&
|
|
echo "---------------------------------------------------" &&
|
|
|
|
|
+archivebox version &&
|
|
|
echo "[√] All dependencies installed. ✅" &&
|
|
echo "[√] All dependencies installed. ✅" &&
|
|
|
exit 0
|
|
exit 0
|
|
|
|
|
|