Skip to content

Commit

Permalink
Taking care of some typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Campbell committed Mar 7, 2024
1 parent 26555e8 commit 5a40542
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-kmod-framework-laptop-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ KERNEL="$(rpm -q "${KERNEL_NAME}" --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')
RELEASE="$(rpm -E '%fedora')"

rpm-ostree install \
akmod-ayaneo-platform-*.fc${RELEASE}.${ARCH}
akmods --force --kernels "${KERNEL}" --kmod ayaneo-platform
modinfo /usr/lib/modules/${KERNEL}/extra/framework-laptop-tests/framework-laptop-kmod.ko.xz > /dev/null \
framework_laptop-*.fc${RELEASE}.${ARCH}
akmods --force --kernels "${KERNEL}" --kmod framework_laptop
modinfo /usr/lib/modules/${KERNEL}/extra/framework-laptop-tests/framework_laptop.ko.xz > /dev/null \
|| (find /var/cache/akmods/framework-laptop-tests/ -name \*.log -print -exec cat {} \; && exit 1)

rm -f /etc/yum.repos.d/_copr_ublue-os-akmods.repo

0 comments on commit 5a40542

Please sign in to comment.