Skip to content

Commit 230bfc7

Browse files
committed
hack: assign 103 to docker group
1 parent cdcba8e commit 230bfc7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

debos-recipes/qualcomm-linux-debian-rootfs-arduino-extra.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ actions:
5353
command: |
5454
userdel -r debian
5555
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+
5664
- action: apt
5765
description: Install Arduino specific packages
5866
recommends: true

0 commit comments

Comments
 (0)