From 1a0bfe77cefdfd741fbf8cc593dde694b3c433c0 Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:27:38 +0200 Subject: [PATCH] Update akmods.sh --- modules/akmods/akmods.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/akmods/akmods.sh b/modules/akmods/akmods.sh index 9e86b91f..e3f2d487 100644 --- a/modules/akmods/akmods.sh +++ b/modules/akmods/akmods.sh @@ -19,11 +19,11 @@ readonly -f SET_HIGHER_PRIORITY_AKMODS_REPO get_yaml_array INSTALL '.install[]' "$1" -readonly INSTALL_STR=(echo "/tmp/rpms/kmods/*${INSTALL[@]}*.rpm" | tr -d '\n') +readonly INSTALL_STR=("/tmp/rpms/kmods/*${INSTALL[@]}*.rpm") if [[ ${#INSTALL[@]} -gt 0 ]]; then echo "Installing akmods" - echo "Installing: $(echo "${INSTALL[*]}" | tr -d '\n')" + echo "Installing: ${INSTALL[*]}" SET_HIGHER_PRIORITY_AKMODS_REPO ENABLE_MULTIMEDIA_REPO rpm-ostree install ${INSTALL_STR}