Merge remote-tracking branch 'origin/lash/clicada-improved' into lash/clicada-improved
This commit is contained in:
		
						commit
						c651ae749a
					
				
							
								
								
									
										15
									
								
								uninstall.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								uninstall.sh
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,15 @@
 | 
			
		||||
#  Usefull when an install fails half way through
 | 
			
		||||
 | 
			
		||||
red=`tput setaf 1`
 | 
			
		||||
reset=`tput sgr0`
 | 
			
		||||
echo -n "${red}WARNING:${reset} This will delete all your keys and settings. Continue? (y/n):"
 | 
			
		||||
	read confirmed
 | 
			
		||||
  if [ "$confirmed" == "y" ]; then
 | 
			
		||||
    echo "Deleting all keys and settings..."
 | 
			
		||||
    rm -rf $HOME/.local/share/cic/
 | 
			
		||||
    rm -rf $HOME/.config/cic
 | 
			
		||||
    echo "Done"
 | 
			
		||||
  else
 | 
			
		||||
    echo "Aborting"
 | 
			
		||||
  fi
 | 
			
		||||
exit 0
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user