Skip to content

Commit

Permalink
Fix: add proper arguments to dkms command
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss committed Jan 1, 2024
1 parent d8f08aa commit 42eaddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/02-waydroid-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ type: shell
commands:
- cp -rT /sources/waydroid-modules/binder /usr/src/waydroid-binder-1
- cp -rT /sources/waydroid-modules/ashmem /usr/src/waydroid-ashmem-1
- dkms install waydroid-binder-1 -k $(ls /usr/src | grep -Po '[0-9].[0-9].[0-9].*$' | head -1)
- dkms install waydroid-ashmem-1 -k $(ls /usr/src | grep -Po '[0-9].[0-9].[0-9].*$' | head -1)
- dkms install waydroid-binder/1 -k $(ls /usr/src | grep -Po '[0-9].[0-9].[0-9].*$' | head -1)
- dkms install waydroid-ashmem/1 -k $(ls /usr/src | grep -Po '[0-9].[0-9].[0-9].*$' | head -1)
source:
type: git
url: https://github.com/choff/anbox-modules.git
Expand Down

0 comments on commit 42eaddc

Please sign in to comment.