mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-09-12 03:13:40 +08:00
fe3c65b79f
* unpack the debs * update rest * ignore
8 lines
203 B
Bash
Executable File
8 lines
203 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#change the group that owns /dev/diag and change permissions to user rw and group rw (no other rw)
|
|
chgrp diag /dev/diag
|
|
chmod 660 /dev/diag
|
|
chown diag:diag /media/card
|
|
chown diag:diag /sdcard
|