Skip to content

Commit

Permalink
chore(steamdeck): Don't check for dwc3-pci driver, moved to new package
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Nov 17, 2023
1 parent 2c993d4 commit dfc93ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build-kmod-steamdeck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ 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 dfc93ae

Please sign in to comment.