diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-06-27 05:33:18 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-06-28 00:21:04 -0400 |
commit | f1c378c027db012956d5e8a9585004250550d581 (patch) | |
tree | 81d87f55e9471bb38c23a4657076e76997855ead /libreboot | |
parent | 3f32c13d5ac9159978556bc3fcfd73f39b4e218d (diff) | |
download | librebootfr-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-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}" "$@" |