mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-08 10:12:59 +01:00
6 lines
48 B
Bash
6 lines
48 B
Bash
#!/bin/sh
|
|
|
|
addgroup winbind 2>/dev/null
|
|
|
|
exit 0
|