Skip to content

Commit

Permalink
chore: Check for existence of new steamdeck dwc3-pci.ko
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jul 24, 2023
1 parent caa0c83 commit 1ef33c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-kmod-steamdeck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ modinfo /usr/lib/modules/${KERNEL}/extra/steamdeck/steamdeck-hwmon.ko.xz > /dev/
|| (find /var/cache/akmods/steamdeck/ -name \*.log -print -exec cat {} \; && exit 1)
modinfo /usr/lib/modules/${KERNEL}/extra/steamdeck/{extcon,leds}-steamdeck.ko.xz > /dev/null \
|| (find /var/cache/akmods/steamdeck/ -name \*.log -print -exec cat {} \; && exit 1)
modinfo /usr/lib/modules/${KERNEL}/extra/steamdeck/dwc3-pci.ko.xz > /dev/null \
|| (find /var/cache/akmods/steamdeck/ -name \*.log -print -exec cat {} \; && exit 1)

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

0 comments on commit 1ef33c1

Please sign in to comment.