aboutsummaryrefslogtreecommitdiff
path: root/libreboot
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-06-28 14:06:20 +0000
committerGogs <gogitservice@gmail.com>2017-06-28 14:06:20 +0000
commit7c65a068985ea28099db1725e3f6a920acf2cb4b (patch)
tree0744ba4b023a6c70d132db584e36a3cb044af006 /libreboot
parent3f32c13d5ac9159978556bc3fcfd73f39b4e218d (diff)
parent9a67491b91bfc476d8c1c30dc2932d1967fb6720 (diff)
downloadlibrebootfr-7c65a068985ea28099db1725e3f6a920acf2cb4b.tar.gz
librebootfr-7c65a068985ea28099db1725e3f6a920acf2cb4b.zip
Merge branch 'source-tarball-support' of kragle/libreboot into master
Diffstat (limited to 'libreboot')
-rwxr-xr-xlibreboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/libreboot b/libreboot
index 483dff93..c6464239 100755
--- a/libreboot
+++ b/libreboot
@@ -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}" "$@"