mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
5 lines
200 B
Bash
5 lines
200 B
Bash
#!/bin/sh
|
|
|
|
printf " *\n * Musescore supports both 'alsa' and 'pulseaudio'.\n *\n"
|
|
printf " *\n * 'alsa' needs 'modprobe snd_seq'.\n *\n"
|
|
printf " *\n * 'pulseaudio' works out of the box.\n *\n"
|