Compare commits
No commits in common. "552e8303a62c0294084686ea6178a640b91f2d8c" and "ee51e71796f83ef2273fda6a9a8ed1b95e9142da" have entirely different histories.
552e8303a6
...
ee51e71796
|
@ -173,13 +173,12 @@ print_title "Setup local bin for nerd-dictation"
|
|||
ln -s "$HOME"/.local/nerd-dictation/nerd-dictation "$HOME"/.local/bin
|
||||
|
||||
if [ $? = 0 ]; then
|
||||
printwc "${Green}" "Completed script!\n\n"
|
||||
printwc "${Green}" "Completed script!\n"
|
||||
printwc "${Blue}" "Usage:\n"
|
||||
printwc "${Purple}" " nerd-dictation begin &\n"
|
||||
printwc "${Cyan}" " # Start speaking.\n"
|
||||
printwc "${Purple}" " nerd-dictation begin --vosk-model-dir=./model &\n"
|
||||
printwc "${Cyan}" " # Start speaking.\n"
|
||||
printwc "${Purple}" " nerd-dictation end\n"
|
||||
printwc "${Yellow}" "\nPlease, logout your desktop session and log back in.\n"
|
||||
printwc "${Yellow}" "For nerd-dictation to work properly.\n"
|
||||
su - $USER
|
||||
else
|
||||
printwc "${Red}" "Something went wrong please check the previous output.\n"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue