|  | @@ -7,7 +7,7 @@ read yesno
 | 
	
		
			
				|  |  |  if [[ "$yesno" == "y" ]]; then
 | 
	
		
			
				|  |  |      echo "[*] Installing most popular tools"
 | 
	
		
			
				|  |  |      # most important tools that are _always_ needed
 | 
	
		
			
				|  |  | -    sudo pacman -Sy fzf fd neovim ripgrep nmap hexyl ctags git podman ueberzug duf exa i3blocks
 | 
	
		
			
				|  |  | +    sudo pacman -Sy fzf fd neovim ripgrep nmap hexyl ctags git podman ueberzug duf exa i3blocks udiskie
 | 
	
		
			
				|  |  |  fi
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 |