summaryrefslogtreecommitdiff
path: root/download-repo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'download-repo.sh')
-rwxr-xr-xdownload-repo.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/download-repo.sh b/download-repo.sh
index fb09f01..05b320f 100755
--- a/download-repo.sh
+++ b/download-repo.sh
@@ -61,6 +61,7 @@ if [ -n "$PKGS" ]; then
if [ "$REPO_CHANGED" = "y" ]; then
wget -nv "$baseurl/$REPO.db" -O "$DEST/$REPO.db"
fi
+ wget -nv "${baseurl/core/libre}/libre.db" -O "$DEST/libre.db"
else
echo "No packages to download... what'd you break?"
exit 1