diff options
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 |