Added elementary OS as condition to install mmdebstrap, etc.
This commit is contained in:
		@@ -53,7 +53,7 @@ if [[ -f '/usr/bin/gsettings' ]]; then
 | 
				
			|||||||
		false
 | 
							false
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [[ "${ID}" == 'debian' ]]; then
 | 
					if [[ "${ID}" == 'debian' ]] || [[ "${ID}" == 'elementary' ]]; then
 | 
				
			||||||
	apt \
 | 
						apt \
 | 
				
			||||||
		update && \
 | 
							update && \
 | 
				
			||||||
	apt \
 | 
						apt \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user