Skip to content

Commit

Permalink
Merge pull request #45 from ublue-os/steamos-3.5
Browse files Browse the repository at this point in the history
chore: Check for existence of new steamdeck dwc3-pci.ko
  • Loading branch information
KyleGospo authored Jul 24, 2023
2 parents 36d976b + 1ef33c1 commit 6330e50
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 6330e50

Please sign in to comment.