6 lines
No EOL
244 B
Text
6 lines
No EOL
244 B
Text
post_install() {
|
|
echo "==> To enable nova-chatmix for your user, run:"
|
|
echo " systemctl --user enable --now nova-chatmix"
|
|
echo "==> If your headset is not detected after install, run:"
|
|
echo " sudo udevadm control --reload-rules"
|
|
} |