cherry pick nextcloud proxy
This commit is contained in:
		
							parent
							
								
									1580abcc8e
								
							
						
					
					
						commit
						ac77b88082
					
				| 
						 | 
					@ -26,6 +26,7 @@ APACHE_2=$(dpkg-query -W -f='${Status}' apache2 2>/dev/null | grep -c "ok instal
 | 
				
			||||||
NGINX=$(dpkg-query -W -f='${Status}' nginx 2>/dev/null | grep -c "ok installed")
 | 
					NGINX=$(dpkg-query -W -f='${Status}' nginx 2>/dev/null | grep -c "ok installed")
 | 
				
			||||||
DIST=$(lsb_release -sc)
 | 
					DIST=$(lsb_release -sc)
 | 
				
			||||||
GOOGL_REPO="/etc/apt/sources.list.d/dl_google_com_linux_chrome_deb.list"
 | 
					GOOGL_REPO="/etc/apt/sources.list.d/dl_google_com_linux_chrome_deb.list"
 | 
				
			||||||
 | 
					PROSODY_REPO=$(apt-cache policy | grep http | grep prosody| awk '{print $3}' | head -n 1 | cut -d "/" -f2)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ $DIST = flidas ]; then
 | 
					if [ $DIST = flidas ]; then
 | 
				
			||||||
DIST="xenial"
 | 
					DIST="xenial"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue