alpine-repo/sakamoto/osu/osu.pre-install

8 lines
186 B
Bash

#!/bin/sh
cat << __EOF__
* Note: if you see a warning about missing libasound2-dev on startup,
* check if the snd_seq kernel module is loaded (it's unloaded by default).
__EOF__
exit 0