diff options
author | Leah Rowe <leah@libreboot.org> | 2023-08-04 05:23:49 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-08-04 05:23:49 +0100 |
commit | f0efaf79138512637a4a42ffd45f48401fc445ad (patch) | |
tree | 6675b640b20ca14d8248b6f2c3e1185f5737f03c /resources/scripts/build/dependencies/arch | |
parent | e8ba0f87815407f00f11eaf73a5dd5c2ddceea34 (diff) |
add unar to dependencies scripts
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources/scripts/build/dependencies/arch')
-rw-r--r-- | resources/scripts/build/dependencies/arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/build/dependencies/arch b/resources/scripts/build/dependencies/arch index c20a1faf..407915e1 100644 --- a/resources/scripts/build/dependencies/arch +++ b/resources/scripts/build/dependencies/arch @@ -92,7 +92,7 @@ pacman -S --needed --noconfirm libpciaccess pciutils zlib libftdi \ # Management engine extraction dependencies # ------------------------------------------------------------ -pacman -S --needed --noconfirm innoextract p7zip +pacman -S --needed --noconfirm innoextract p7zip unar # U-Boot build dependencies # ------------------------------------------------------------ |