index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | configs/install-iso/download-repo.sh | 3 |
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 ' ' '/') |