aboutsummaryrefslogtreecommitdiffstats
path: root/download.sh
diff options
context:
space:
mode:
Diffstat (limited to 'download.sh')
-rw-r--r--download.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/download.sh b/download.sh
index e733507..3924495 100644
--- a/download.sh
+++ b/download.sh
@@ -3,7 +3,7 @@ set -e
# Downlod Packages and Patches
-cat packages.csv patches.csv | while read -r line; do
+cat packages*.csv patches*.csv | while read -r line; do
#NAME="$(echo "$line" | cut -d\, -f1)"
VERSION="$(echo "$line" | cut -d\, -f2)"
URL="$(echo "$line" | cut -d\, -f3 | sed "s/@/${VERSION}/g")"