summaryrefslogtreecommitdiff
path: root/download-repo.sh
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-05-18 17:15:13 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-05-18 17:15:13 -0300
commit3a6288aaf80c172c2559e7623bb314a7e5d96db5 (patch)
tree8d0c694d0562441555054d4f120fd376d228d754 /download-repo.sh
parent9de4af841974c542bdb519b09633063a64c75391 (diff)
This is the one (I hope...)
Diffstat (limited to 'download-repo.sh')
-rwxr-xr-xdownload-repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/download-repo.sh b/download-repo.sh
index 0c06685..cd4fd88 100755
--- a/download-repo.sh
+++ b/download-repo.sh
@@ -58,7 +58,7 @@ if [ -n "$PKGS" ]; then
fi
done
if [ "$REPO_CHANGED" = "y" ]; then
- wget -nv "$baseurl/$REPO.db.tar.gz" -O "$DEST/$REPO.db.tar.gz"
+ wget -nv "$baseurl/$REPO.db" -O "$DEST/$REPO.db"
fi
else
echo "No packages to download... what'd you break?"