From 4ff6d78dccdc89341bb7991ebe544ba5ae1a3d99 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Tue, 21 Jan 2025 01:32:24 +0100 Subject: [PATCH] v9.10 - DietPi-Software | Bazarr: RISC-V deps update --- dietpi/dietpi-software | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dietpi/dietpi-software b/dietpi/dietpi-software index 0385698f47..cf1c16f068 100755 --- a/dietpi/dietpi-software +++ b/dietpi/dietpi-software @@ -9716,8 +9716,8 @@ _EOF_ (( $G_DISTRO < 8 && $G_HW_ARCH < 3 )) && aDEPS+=('libopenblas0-pthread') # - ARMv6/7/RISC-V without piwheels: libxslt1-dev for lxml; g++, pkg-config and libopenblas-dev for numpy (( $G_DISTRO > 7 && ( $G_HW_ARCH < 3 || $G_HW_ARCH == 11 ) )) && aDEPS+=('libxslt1-dev' 'g++' 'pkg-config' 'libopenblas-dev') - # - RISC-V: cmake for ninja, make and autoconf for patchelf - (( $G_HW_ARCH == 11 )) && aDEPS+=('cmake' 'make' 'autoconf') + # - RISC-V: cmake for ninja; make and automake for patchelf + (( $G_HW_ARCH == 11 )) && aDEPS+=('cmake' 'make' 'automake') # Download Download_Install 'https://github.com/morpheus65535/bazarr/releases/latest/download/bazarr.zip' bazarr