We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff2a8f commit e7ddccfCopy full SHA for e7ddccf
debos-recipes/qualcomm-linux-debian-rootfs-arduino-extra.yaml
@@ -53,6 +53,14 @@ actions:
53
command: |
54
userdel -r debian
55
56
+ - action: run
57
+ # the correct way to do things would be to modify adbd
58
+ description: Swap pipewire and docker group
59
+ chroot: true
60
+ command: |
61
+ groupmod -g 110 pipewire
62
+ groupmod -g 103 docker
63
+
64
- action: apt
65
description: Install Arduino specific packages
66
recommends: true
0 commit comments