summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigs/install-iso/download-repo.sh3
1 files changed, 3 insertions, 0 deletions
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 ' ' '/')