From d89b61074efcbd0ec5d24896ce08bcbcb8ba8126 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Thu, 12 Oct 2023 20:48:35 -0600 Subject: [PATCH] fix: Don't reinstall akmods repos --- Containerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Containerfile b/Containerfile index 5000328..96952c6 100644 --- a/Containerfile +++ b/Containerfile @@ -38,7 +38,6 @@ COPY --from=ghcr.io/ublue-os/akmods:asus-${FEDORA_MAJOR_VERSION} /rpms /tmp/akmo # Only run if FEDORA_MAJOR_VERSION is not 39 RUN if [ ${FEDORA_MAJOR_VERSION} -lt 39 ]; then \ - rpm-ostree install /tmp/akmods-rpms/ublue-os/ublue-os-akmods-addons*.rpm && \ for REPO in $(rpm -ql ublue-os-akmods-addons|grep ^"/etc"|grep repo$); do \ echo "akmods: enable default entry: ${REPO}" && \ sed -i '0,/enabled=0/{s/enabled=0/enabled=1/}' ${REPO} \