You cannot select more than 25 topics 
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long. 
		
		
		
		
		
			
	
	
		
			
	
		
			 
			
			This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
		 
	
		
		
			
				
				
					
						
						
						
							 
							
								 
							
							#!/bin/bash
  
						 
						
						
						
							 
							
								 
							
							 
 
						 
						
						
						
							 
							
								 
							
							DIRECTORY = " $( dirname " $( dirname " $(  cd  " $( dirname " $0 " ) "  >/dev/null 2>& 1  ;  pwd  -P ) " ) " ) " 
 
						 
						
						
						
							 
							
								 
							
							
 
						 
						
						
						
							 
							
								 
							
							function  error { 
 
						 
						
						
						
							 
							
								 
							
							  echo  -e " \\e[91m $1 \\e[39m " 
 
						 
						
						
						
							 
							
								 
							
							  exit  1 
 
						 
						
						
						
							 
							
								 
							
							} 
 
						 
						
						
						
							 
							
								 
							
							
 
						 
						
						
						
							 
							
								 
							
							wget https://phoenixnap.dl.sourceforge.net/project/tor-browser-ports/10.0.11-arm64/tor-browser-linux-arm64-10.0.11_en-US.tar.xz -O tor.tar.xz ||  error "Failed to download!" 
 
						 
						
						
						
							 
							
								 
							
							
 
						 
						
						
						
							 
							
								 
							
							tar -xf ~/tor.tar.xz ||  error "Failed to extract!" 
 
						 
						
						
						
							 
							
								 
							
							
 
						 
						
						
						
							 
							
								 
							
							echo  " [Desktop Entry]
  
						 
						
						
						
							 
							
								 
							
							Type=Application
  
						 
						
						
						
							 
							
								 
							
							Name=Tor Browser
  
						 
						
						
						
							 
							
								 
							
							GenericName=Web Browser
  
						 
						
						
						
							 
							
								 
							
							Comment=Tor Browser is +1 for privacy and −  1 for mass surveillance
  
						 
						
						
						
							 
							
								 
							
							Categories=Network;WebBrowser;Security;
  
						 
						
						
						
							 
							
								 
							
							Exec= $HOME /tor-browser_en-US/Browser/start-tor-browser
  
						 
						
						
						
							 
							
								 
							
							X-TorBrowser-ExecShell=./Browser/start-tor-browser --detach
  
						 
						
						
						
							 
							
								 
							
							Icon= $( dirname " $0 " ) /icon-64.png
  
						 
						
						
						
							 
							
								 
							
							StartupWMClass=Tor Browser "  > ~/.local/share/applications/tor.desktop