Skip to content

Commit

Permalink
fix; Zenergy now builds for kernel 6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Oct 19, 2024
1 parent c4bc224 commit a34ed06
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build-kmod-zenergy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ ARCH="$(rpm -E '%_arch')"
KERNEL="$(rpm -q "${KERNEL_NAME}" --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')"
RELEASE="$(rpm -E '%fedora')"

if [[ "${FEDORA_MAJOR_VERSION}" -ge 41 ]]; then
echo "Skipping build of zenergy; net yet building..."
exit 0
fi

cp /tmp/ublue-os-akmods-addons/rpmbuild/SOURCES/_copr_ublue-os-akmods.repo /etc/yum.repos.d/

dnf install -y \
Expand Down

0 comments on commit a34ed06

Please sign in to comment.