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/ubuntu2004 | |
parent | e8ba0f87815407f00f11eaf73a5dd5c2ddceea34 (diff) |
add unar to dependencies scripts
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources/scripts/build/dependencies/ubuntu2004')
-rwxr-xr-x | resources/scripts/build/dependencies/ubuntu2004 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/build/dependencies/ubuntu2004 b/resources/scripts/build/dependencies/ubuntu2004 index 14a1d8c2..bacb1e46 100755 --- a/resources/scripts/build/dependencies/ubuntu2004 +++ b/resources/scripts/build/dependencies/ubuntu2004 @@ -113,4 +113,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 |