aboutsummaryrefslogtreecommitdiffstats
path: root/download.sh
diff options
context:
space:
mode:
Diffstat (limited to 'download.sh')
-rwxr-xr-xdownload.sh2
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)"