diff options
Diffstat (limited to 'download.sh')
-rwxr-xr-x | download.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/download.sh b/download.sh index a034cb6..6846524 100755 --- a/download.sh +++ b/download.sh @@ -1,5 +1,5 @@ #!/bin/bash -source lfs.sh + cat packages.csv | while read line; do NAME="$(echo $line | cut -d\, -f1)" VERSION="$(echo $line | cut -d\, -f2)" |