| 
				
			 | 
			
			
				@@ -311,7 +311,7 @@ function install_jitsi { 
			 | 
		
	
		
			
			| 
				311
			 | 
			
				311
			 | 
			
			
				     fi 
			 | 
		
	
		
			
			| 
				312
			 | 
			
				312
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				313
			 | 
			
				313
			 | 
			
			
				     # add jitsi repo 
			 | 
		
	
		
			
			| 
				314
			 | 
			
				
			 | 
			
			
				-    jitsi_deb_repo=binary # can also be 'unstable' 
			 | 
		
	
		
			
			| 
				
			 | 
			
				314
			 | 
			
			
				+    jitsi_deb_repo=unstable 
			 | 
		
	
		
			
			| 
				315
			 | 
			
				315
			 | 
			
			
				     apt-get -yq install wget debconf-utils 
			 | 
		
	
		
			
			| 
				316
			 | 
			
				316
			 | 
			
			
				     echo "deb http://download.jitsi.org/nightly/deb ${jitsi_deb_repo}/" >> /etc/apt/sources.list 
			 | 
		
	
		
			
			| 
				317
			 | 
			
				317
			 | 
			
			
				     wget -qO - https://download.jitsi.org/nightly/deb/${jitsi_deb_repo}/archive.key | apt-key add - 
			 |