| 
				
			 | 
			
			
				@@ -813,8 +813,15 @@ function install_searx { 
			 | 
		
	
		
			
			| 
				813
			 | 
			
				813
			 | 
			
			
				         exit 62429 
			 | 
		
	
		
			
			| 
				814
			 | 
			
				814
			 | 
			
			
				     fi 
			 | 
		
	
		
			
			| 
				815
			 | 
			
				815
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				816
			 | 
			
				
			 | 
			
			
				-    apt-get -yq install python-pip libyaml-dev python-werkzeug python-babel python-lxml apache2-utils 
			 | 
		
	
		
			
			| 
				817
			 | 
			
				
			 | 
			
			
				-    apt-get -yq install git build-essential libxslt-dev python-dev python-virtualenv zlib1g-dev uwsgi uwsgi-plugin-python libapache2-mod-uwsgi imagemagick 
			 | 
		
	
		
			
			| 
				
			 | 
			
				816
			 | 
			
			
				+    apt-get -yq install python-pip libyaml-dev python-werkzeug python-babel python-lxml 
			 | 
		
	
		
			
			| 
				
			 | 
			
				817
			 | 
			
			
				+    apt-get -yq install git build-essential libxslt-dev python-dev python-virtualenv zlib1g-dev uwsgi uwsgi-plugin-python imagemagick 
			 | 
		
	
		
			
			| 
				
			 | 
			
				818
			 | 
			
			
				+    apt-get -yq install apache2-utils 
			 | 
		
	
		
			
			| 
				
			 | 
			
				819
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				820
			 | 
			
			
				+    apt-get -yq remove --purge apache-bin* 
			 | 
		
	
		
			
			| 
				
			 | 
			
				821
			 | 
			
			
				+    if [ -d /etc/apache2 ]; then 
			 | 
		
	
		
			
			| 
				
			 | 
			
				822
			 | 
			
			
				+        rm -rf /etc/apache2 
			 | 
		
	
		
			
			| 
				
			 | 
			
				823
			 | 
			
			
				+        echo $'Removed Apache installation' 
			 | 
		
	
		
			
			| 
				
			 | 
			
				824
			 | 
			
			
				+    fi 
			 | 
		
	
		
			
			| 
				818
			 | 
			
				825
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				819
			 | 
			
				826
			 | 
			
			
				     pip install --upgrade pip 
			 | 
		
	
		
			
			| 
				820
			 | 
			
				827
			 | 
			
			
				  
			 |