aports

Custom Alpine Linux aports

git clone git://git.lin.moe/aports.git

1#!/bin/sh
2
3cat >&2 <<EOF
4* If you need seatd-launch SUID binary, install it: apk add cmd:seatd-launch.
5EOF
6
7exit 0