diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 05:32:35 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 05:32:35 +0000 |
commit | d996cef2b8ca707cea93abb0a935928d51c58118 (patch) | |
tree | 6989a73c012b54e7d83e0760cfbc73176a02fd95 /getall | |
parent | fcfbe065403118aaf058c6239995b765760f62ed (diff) | |
download | librebootfr-d996cef2b8ca707cea93abb0a935928d51c58118.tar.gz librebootfr-d996cef2b8ca707cea93abb0a935928d51c58118.zip |
getall: update description and remove obsolete comments
Diffstat (limited to 'getall')
-rwxr-xr-x | getall | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,6 +1,6 @@ #!/bin/bash -# getall script: downloads everything extra for libreboot_src and patches to create libreboot_src archive from metadata +# getall script: download everything from upstreams and apply patches # # Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> # @@ -20,9 +20,6 @@ set -u -e -v -# For libreboot_meta.tar.gz -# This downloads all of the source code present in libreboot_src.tar.gz - echo "Downloading dependencies for libreboot_src" # Download bucts |