add steps to finalize install

This commit is contained in:
Chrys 2017-07-26 09:47:53 +02:00
parent e0cc8934d4
commit 32dc1efe11

View File

@ -93,14 +93,3 @@ print('Please install the following packages manal:')
print('- speech-dispatcher: for the default speech driver') print('- speech-dispatcher: for the default speech driver')
print('- espeak: as basic TTS engine') print('- espeak: as basic TTS engine')
print('- brltty: for Braille') print('- brltty: for Braille')
print('')
print('To have fenrir start at boot:')
print('sudo systemctl enable fenrir')
print('Pulseaudio users may want to run:')
print('/usr/share/fenrir/tools/configure_pulse.sh')
print('once as their user account and once as root to configure pulseaudio.')
print('Please install the following packages manal:')
print('- speech-dispatcher: for the default speech driver')
print('- espeak: as basic TTS engine')
print('- brltty: for Braille')