diff options
author | Leah Rowe <info@minifree.org> | 2017-06-28 14:06:20 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-06-28 14:06:20 +0000 |
commit | 7c65a068985ea28099db1725e3f6a920acf2cb4b (patch) | |
tree | 0744ba4b023a6c70d132db584e36a3cb044af006 /libreboot | |
parent | 3f32c13d5ac9159978556bc3fcfd73f39b4e218d (diff) | |
parent | 9a67491b91bfc476d8c1c30dc2932d1967fb6720 (diff) | |
download | librebootfr-7c65a068985ea28099db1725e3f6a920acf2cb4b.tar.gz librebootfr-7c65a068985ea28099db1725e3f6a920acf2cb4b.zip |
Merge branch 'source-tarball-support' of kragle/libreboot into master
Diffstat (limited to 'libreboot')
-rwxr-xr-x | libreboot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ libreboot() { exit 1 fi - requirements "tar" "sed" "gpg" "sha256sum" + requirements 'tar' 'sed' 'gpg' 'sha256sum' 'wget' if project_check "${target}"; then libreboot_project "${action}" "${target}" "$@" |