aboutsummaryrefslogtreecommitdiff
path: root/libreboot
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-06-27 05:33:18 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2017-06-28 00:21:04 -0400
commitf1c378c027db012956d5e8a9585004250550d581 (patch)
tree81d87f55e9471bb38c23a4657076e76997855ead /libreboot
parent3f32c13d5ac9159978556bc3fcfd73f39b4e218d (diff)
downloadlibrebootfr-f1c378c027db012956d5e8a9585004250550d581.tar.gz
librebootfr-f1c378c027db012956d5e8a9585004250550d581.zip
Added functions for downloading/patching archives
i.e., source tarballs are (partially) supported
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}" "$@"