add unar to dependencies scripts
Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
e8ba0f8781
commit
f0efaf7913
|
@ -92,7 +92,7 @@ pacman -S --needed --noconfirm libpciaccess pciutils zlib libftdi \
|
||||||
# Management engine extraction dependencies
|
# Management engine extraction dependencies
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
|
|
||||||
pacman -S --needed --noconfirm innoextract p7zip
|
pacman -S --needed --noconfirm innoextract p7zip unar
|
||||||
|
|
||||||
# U-Boot build dependencies
|
# U-Boot build dependencies
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
|
|
|
@ -131,4 +131,4 @@ apt-get -y install libpci-dev pciutils zlib1g-dev libftdi-dev \
|
||||||
# Blobs building dependencies (for me)
|
# Blobs building dependencies (for me)
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
|
|
||||||
apt-get -y install innoextract p7zip p7zip-full
|
apt-get -y install innoextract p7zip p7zip-full unar
|
||||||
|
|
|
@ -95,4 +95,4 @@ dnf -y install pciutils-devel zlib-devel libftdi-devel gcc libusb-devel
|
||||||
|
|
||||||
# For extracting IntelME from lenovo updates (X230 etc)
|
# For extracting IntelME from lenovo updates (X230 etc)
|
||||||
|
|
||||||
dnf -y install innoextract p7zip p7zip-plugins
|
dnf -y install innoextract p7zip p7zip-plugins unar
|
||||||
|
|
|
@ -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
|
# U-Boot build dependencies
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
|
|
|
@ -113,4 +113,4 @@ apt-get -y install libpci-dev pciutils zlib1g-dev libftdi-dev \
|
||||||
# Blobs building dependencies (for me)
|
# Blobs building dependencies (for me)
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
|
|
||||||
apt-get -y install innoextract p7zip p7zip-full
|
apt-get -y install innoextract p7zip p7zip-full unar
|
||||||
|
|
|
@ -88,4 +88,4 @@ xbps-install -y libpciaccess pciutils zlib libftdi1 base-devel libusb
|
||||||
# Management engine extraction dependencies
|
# Management engine extraction dependencies
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
|
|
||||||
xbps-install -y innoextract p7zip
|
xbps-install -y innoextract p7zip unar
|
||||||
|
|
Loading…
Reference in New Issue