summaryrefslogtreecommitdiff
path: root/resources/scripts
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-08-04 05:23:49 +0100
committerLeah Rowe <leah@libreboot.org>2023-08-04 05:23:49 +0100
commitf0efaf79138512637a4a42ffd45f48401fc445ad (patch)
tree6675b640b20ca14d8248b6f2c3e1185f5737f03c /resources/scripts
parente8ba0f87815407f00f11eaf73a5dd5c2ddceea34 (diff)
add unar to dependencies scripts
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources/scripts')
-rw-r--r--resources/scripts/build/dependencies/arch2
-rwxr-xr-xresources/scripts/build/dependencies/debian2
-rwxr-xr-xresources/scripts/build/dependencies/fedora382
-rwxr-xr-xresources/scripts/build/dependencies/parabola2
-rwxr-xr-xresources/scripts/build/dependencies/ubuntu20042
-rwxr-xr-xresources/scripts/build/dependencies/void2
6 files changed, 6 insertions, 6 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
# ------------------------------------------------------------
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
diff --git a/resources/scripts/build/dependencies/fedora38 b/resources/scripts/build/dependencies/fedora38
index 2389b806..0f852f44 100755
--- a/resources/scripts/build/dependencies/fedora38
+++ b/resources/scripts/build/dependencies/fedora38
@@ -95,4 +95,4 @@ dnf -y install pciutils-devel zlib-devel libftdi-devel gcc libusb-devel
# For extracting IntelME from lenovo updates (X230 etc)
-dnf -y install innoextract p7zip p7zip-plugins
+dnf -y install innoextract p7zip p7zip-plugins unar
diff --git a/resources/scripts/build/dependencies/parabola b/resources/scripts/build/dependencies/parabola
index da284bed..4e40b175 100755
--- a/resources/scripts/build/dependencies/parabola
+++ b/resources/scripts/build/dependencies/parabola
@@ -95,7 +95,7 @@ pacman -S --needed --noconfirm libpciaccess pciutils zlib \
#
# ------------------------------------------------------------
-pacman -S --needed --noconfirm innoextract p7zip
+pacman -S --needed --noconfirm innoextract p7zip unar
# U-Boot build dependencies
# ------------------------------------------------------------
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
diff --git a/resources/scripts/build/dependencies/void b/resources/scripts/build/dependencies/void
index e46cd5ee..7ceaafde 100755
--- a/resources/scripts/build/dependencies/void
+++ b/resources/scripts/build/dependencies/void
@@ -88,4 +88,4 @@ xbps-install -y libpciaccess pciutils zlib libftdi1 base-devel libusb
# Management engine extraction dependencies
# ------------------------------------------------------------
-xbps-install -y innoextract p7zip
+xbps-install -y innoextract p7zip unar