| 
				
			 | 
			
			
				@@ -4539,7 +4539,7 @@ function intrusion_detection { 
			 | 
		
	
		
			
			| 
				4539
			 | 
			
				4539
			 | 
			
			
				   if grep -Fxq "intrusion_detection" $COMPLETION_FILE; then 
			 | 
		
	
		
			
			| 
				4540
			 | 
			
				4540
			 | 
			
			
				       return 
			 | 
		
	
		
			
			| 
				4541
			 | 
			
				4541
			 | 
			
			
				   fi 
			 | 
		
	
		
			
			| 
				4542
			 | 
			
				
			 | 
			
			
				-  apt-get install tripwire 
			 | 
		
	
		
			
			| 
				
			 | 
			
				4542
			 | 
			
			
				+  apt-get -y --force-yes install tripwire 
			 | 
		
	
		
			
			| 
				4543
			 | 
			
				4543
			 | 
			
			
				   apt-get -y --force-yes autoremove 
			 | 
		
	
		
			
			| 
				4544
			 | 
			
				4544
			 | 
			
			
				   cd /etc/tripwire 
			 | 
		
	
		
			
			| 
				4545
			 | 
			
				4545
			 | 
			
			
				   cp arm-local.key $DOMAIN_NAME-local.key 
			 |