mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-23 14:55:14 +03:00
5 lines
52 B
Bash
5 lines
52 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S pipewire 2>/dev/null
|
|
|
|
exit 0
|