aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}" "$@"