mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 10:15:12 +03:00
5 lines
47 B
Bash
5 lines
47 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S i2c 2>/dev/null
|
|
|
|
exit 0
|