diff options
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}" "$@" |