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/debian | |
parent | e8ba0f87815407f00f11eaf73a5dd5c2ddceea34 (diff) |
add unar to dependencies scripts
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources/scripts/build/dependencies/debian')
-rwxr-xr-x | resources/scripts/build/dependencies/debian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/build/dependencies/debian b/resources/scripts/build/dependencies/debian index fb0ae248..b9ab42e6 100755 --- a/resources/scripts/build/dependencies/debian +++ b/resources/scripts/build/dependencies/debian @@ -131,4 +131,4 @@ apt-get -y install libpci-dev pciutils zlib1g-dev libftdi-dev \ # Blobs building dependencies (for me) # ------------------------------------------------------------ -apt-get -y install innoextract p7zip p7zip-full +apt-get -y install innoextract p7zip p7zip-full unar |