Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 20 years ago
parent
commit
b89cbb845c
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      scripts/Download

+ 4
- 1
scripts/Download

@ -650,7 +650,10 @@ list_cksums() {
list() {
trap '' INT
list_cksums | cut -f2- -d' '
list_dtags | awk '{print $3;}' | \
while read ft; do
echo "download/mirror/${ft:0:1}/$ft"
done
trap INT
}

Loading…
Cancel
Save