summarylogtreecommitdiffstats
path: root/mycroft-core.install
diff options
context:
space:
mode:
authorM0Rf302019-10-15 15:55:36 +0200
committerM0Rf302019-10-15 15:55:36 +0200
commitdad25ad78e20ed4bb295bb7b00690dd53324b03a (patch)
tree417dc7fc62f16b1f6b6aa3e8320096a6acbf8da0 /mycroft-core.install
parentab1f8b91802f9931921b927546c7c9f6f6051a64 (diff)
downloadaur-dad25ad78e20ed4bb295bb7b00690dd53324b03a.tar.gz
mycroft-core: gpasswd typo fixed
Diffstat (limited to 'mycroft-core.install')
-rw-r--r--mycroft-core.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/mycroft-core.install b/mycroft-core.install
index 6c71e9dba059..01ad4bf02bbe 100644
--- a/mycroft-core.install
+++ b/mycroft-core.install
@@ -1,6 +1,6 @@
post_install() {
echo "====> Please add mycroft user to audio group"
- echo "==== sudo gpassd -a mycroft audio"
+ echo "==== sudo gpasswd -a mycroft audio"
echo "====> Add this line to your default.pa PulseAudio file configuration"
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"