index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-04-08 22:14:27 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-04-08 22:14:27 -0300 |
commit | ce31b126545cad26024a4442b4932bdc2d7ffb86 (patch) | |
tree | 01cd2be0c035819fc0dadc284e237ccb347fecec /configs/syslinux-iso/download-repo.sh | |
parent | 5bb9b1620a40ff4365054954cf973588269bbb43 (diff) |
-rwxr-xr-x | configs/syslinux-iso/download-repo.sh | 2 |
diff --git a/configs/syslinux-iso/download-repo.sh b/configs/syslinux-iso/download-repo.sh index 8655a8d..255304e 100755 --- a/configs/syslinux-iso/download-repo.sh +++ b/configs/syslinux-iso/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?" |