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

8 lines
186 B
Plaintext
Raw Normal View History

2022-04-10 14:23:33 +02:00
#!/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