From 29c11da4093ab918929ed93991dce8155127fefa Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 20 Jan 2009 13:09:33 -0600 Subject: Ensure download-repo syncs pacman DBs first Signed-off-by: Aaron Griffin --- configs/install-iso/download-repo.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/install-iso') diff --git a/configs/install-iso/download-repo.sh b/configs/install-iso/download-repo.sh index 35029fe..c32beab 100755 --- a/configs/install-iso/download-repo.sh +++ b/configs/install-iso/download-repo.sh @@ -32,6 +32,9 @@ fi [ -d "$DEST" ] || mkdir -p "$DEST" +#update repos +/usr/bin/pacman -Sy + #Ensure we have core/pkgname format, so we don't get crap from other repos PKGS=$(/usr/bin/pacman -Sl $REPO | cut -d' ' -f1,2 | tr ' ' '/') -- cgit v1.2.3-54-g00ecf