quick_jibri_installer.sh: fix indention style #104
			
				
			
		
		
		
	| 
						 | 
				
			
			@ -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