aboutsummaryrefslogtreecommitdiff
path: root/libreboot
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-07-17 18:56:22 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2017-07-18 21:43:22 -0400
commit59f05b2699208d9a8379fefc178d4db5c55cb1c8 (patch)
tree9c84797ff8ccc393e3efb7d361a7474f8b3160fb /libreboot
parent101e236f3dbb277926f1b460e303d425d3483075 (diff)
downloadlibrebootfr-59f05b2699208d9a8379fefc178d4db5c55cb1c8.tar.gz
librebootfr-59f05b2699208d9a8379fefc178d4db5c55cb1c8.zip
Remove hard dependency on wget
Diffstat (limited to 'libreboot')
-rwxr-xr-xlibreboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/libreboot b/libreboot
index c3384b7a..7a872463 100755
--- a/libreboot
+++ b/libreboot
@@ -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}" "$@"