[syslinux-iso] update download-repo.sh to download propertly db for pacman-3.5
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
5bb9b1620a
commit
ce31b12654
@ -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?"
|
||||
|
Loading…
Reference in New Issue
Block a user