mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-06 02:54:23 +02:00
Since Botan2 reached End of Life it will not be part of our 3.22 release. Instead of removing it entirely we move it to testing/ until dependants can catch up and switch to Botan3 or other, therefore we move this to testing/ for now as well. The upstream project has also moved, so we update url and source to reflect that.
6 lines
128 B
Bash
6 lines
128 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S biboumi 2>/dev/null
|
|
adduser -S -D -H -s /sbin/nologin -G biboumi -g biboumi biboumi 2>/dev/null
|
|
|
|
exit 0
|