quick_jibri_installer.sh: force IPv4 public ip retrieval.
This commit is contained in:
		
							parent
							
								
									5a9ae4d5f5
								
							
						
					
					
						commit
						a40d5f5aa8
					
				| 
						 | 
				
			
			@ -38,7 +38,7 @@ DIST=$(lsb_release -sc)
 | 
			
		|||
GOOGL_REPO="/etc/apt/sources.list.d/dl_google_com_linux_chrome_deb.list"
 | 
			
		||||
GOOGLE_ACTIVE_REPO=$(apt-cache policy | awk '/chrome/{print$3}' | awk -F "/" 'NR==1{print$2}')
 | 
			
		||||
PROSODY_REPO="$(apt-cache policy | awk '/prosody/{print$3}' | awk -F "/" 'NR==1{print$2}')"
 | 
			
		||||
PUBLIC_IP="$(dig +short myip.opendns.com @resolver1.opendns.com)"
 | 
			
		||||
PUBLIC_IP="$(dig -4 +short myip.opendns.com @resolver1.opendns.com)"
 | 
			
		||||
NL="$(printf '\n  ')"
 | 
			
		||||
NODEJS_VER="18"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue