aports

Custom Alpine Linux aports

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

1#!/bin/sh
2
3addgroup -S seat 2>/dev/null
4
5exit 0