mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 04:05:40 +03:00
5 lines
52 B
Bash
5 lines
52 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S pipewire 2>/dev/null
|
|
|
|
exit 0
|