summarylogtreecommitdiffstats
path: root/mycroft-core.install
diff options
context:
space:
mode:
authorM0Rf302019-10-15 20:02:13 +0200
committerM0Rf302019-10-15 20:02:13 +0200
commite88eb0f8ba344a36e9cbe5229747d8ea18b88e52 (patch)
tree4d83058acb1bd186a360b86f73c7e4f2255ae509 /mycroft-core.install
parent247154f036152db0be3a7e8869e8dafc233ca75c (diff)
downloadaur-e88eb0f8ba344a36e9cbe5229747d8ea18b88e52.tar.gz
mycroft-core: many pulseaudio fixes
Diffstat (limited to 'mycroft-core.install')
-rw-r--r--mycroft-core.install5
1 files changed, 1 insertions, 4 deletions
diff --git a/mycroft-core.install b/mycroft-core.install
index 94843fcb56c6..cbf6fedb90ad 100644
--- a/mycroft-core.install
+++ b/mycroft-core.install
@@ -3,11 +3,8 @@ post_install() {
echo "==== sudo gpasswd -a mycroft audio"
echo "==== sudo gpasswd -a mycroft dbus"
echo "==== sudo gpasswd -a mycroft network"
- echo "====> Add this line to your default.pa PulseAudio file configuration"
+ echo "====> Add this line to /etc/default.pa PulseAudio file configuration and restart PulseAudio"
echo "==== load-module module-native-protocol-unix auth-anonymous=1 socket=/tmp/pulse-socket"
- echo "====> Read instructions under /usr/share/mycroft-core/pulseaudio-client.conf"
- echo "====> Add this line into /etc/pulse/client.conf"
- echo "==== autospawn=1"
echo "====> Finally run:"
echo "==== systemctl start mycroft.service"
}