Fixed contrib.sources not writing to correct path. Changed tee's redirection from &> to 1>
				
					
				
			This commit is contained in:
		@@ -41,7 +41,7 @@ fi
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
if [[ "${ID}" == 'debian' ]]; then
 | 
					if [[ "${ID}" == 'debian' ]]; then
 | 
				
			||||||
	if [[ ! "${HOST}" == "debian-live" ]]; then
 | 
						if [[ ! "${HOST}" == "debian-live" ]]; then
 | 
				
			||||||
		cat << EOF | tee /mnt/etc/apt/sources.list.d/contrib.sources &> /dev/null
 | 
							cat << EOF | tee /etc/apt/sources.list.d/contrib.sources 1> /dev/null
 | 
				
			||||||
Enabled:		yes
 | 
					Enabled:		yes
 | 
				
			||||||
Types:			deb
 | 
					Types:			deb
 | 
				
			||||||
URIs:			http://deb.debian.org/debian/
 | 
					URIs:			http://deb.debian.org/debian/
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user