diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-07-17 18:56:22 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-07-18 21:43:22 -0400 |
commit | 59f05b2699208d9a8379fefc178d4db5c55cb1c8 (patch) | |
tree | 9c84797ff8ccc393e3efb7d361a7474f8b3160fb /libreboot | |
parent | 101e236f3dbb277926f1b460e303d425d3483075 (diff) | |
download | librebootfr-59f05b2699208d9a8379fefc178d4db5c55cb1c8.tar.gz librebootfr-59f05b2699208d9a8379fefc178d4db5c55cb1c8.zip |
Remove hard dependency on wget
Diffstat (limited to 'libreboot')
-rwxr-xr-x | libreboot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -231,7 +231,7 @@ libreboot() { exit 1 fi - requirements 'tar' 'sed' 'gpg' 'sha256sum' 'wget' + requirements 'tar' 'sed' 'gpg' 'sha256sum' if project_check "${target}"; then libreboot_project "${action}" "${target}" "$@" |