Skip to content

Commit 42916e5

Browse files
MaxMacNeill-UNBtaukakao
authored andcommitted
fix DKMS requires manual version updates in waydroid module
1 parent c842ab2 commit 42916e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/02-waydroid-modules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ type: shell
33
commands:
44
- cp -rT /sources/waydroid-modules/binder /usr/src/waydroid-binder-1
55
- cp -rT /sources/waydroid-modules/ashmem /usr/src/waydroid-ashmem-1
6-
- dkms install waydroid-binder/1 -k 6.11.6-amd64
7-
- dkms install waydroid-ashmem/1 -k 6.11.6-amd64
6+
- dkms install waydroid-binder/1 -k $(cat /usr/share/vanilla/kernel-version)
7+
- dkms install waydroid-ashmem/1 -k $(cat /usr/share/vanilla/kernel-version)
88
source:
99
type: git
1010
url: https://github.com/Vanilla-OS/anbox-modules

0 commit comments

Comments
 (0)