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 fff69f7..f9ff969 100644
--- a/download.sh
+++ b/download.sh
@@ -2,7 +2,7 @@
# 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")"