mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-04 08:12:06 +01:00
we need to download and unpack sources for 3rd party libs so we can update config.sub for those.
6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
|
|
adduser -H -h /var/run/freeswitch -s /sbin/nologin -D freeswitch 2>/dev/null
|
|
|
|
exit 0
|