Skip to content

Commit

Permalink
Merge pull request #235 from grml/zeha/licenses-gzip
Browse files Browse the repository at this point in the history
Reduce size of nonfree-licenses.txt by gzip-compressing it
  • Loading branch information
zeha authored Dec 19, 2024
2 parents 1dee21f + 79475a8 commit 17bf9e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ else
fi
echo >> "${LOGDIR}"/nonfree-licenses.txt
done
gzip -9 "${LOGDIR}"/nonfree-licenses.txt
fi
fi

Expand Down

0 comments on commit 17bf9e7

Please sign in to comment.