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