| 
				
			 | 
			
			
				@@ -187,7 +187,7 @@ function image_setup { 
			 | 
		
	
		
			
			| 
				187
			 | 
			
				187
			 | 
			
			
				             sudo wget https://raw.githubusercontent.com/bashrc/freedombone/stockholm/image_build/debootstrap/scripts/${DEBIAN_VERSION} -O /usr/share/debootstrap/scripts/debscript 
			 | 
		
	
		
			
			| 
				188
			 | 
			
				188
			 | 
			
			
				             sudo cp -f /usr/share/debootstrap/scripts/debscript /usr/share/debootstrap/scripts/${DEBIAN_VERSION} 
			 | 
		
	
		
			
			| 
				189
			 | 
			
				189
			 | 
			
			
				             if [ ! -f /usr/share/debootstrap/scripts/${DEBIAN_VERSION} ]; then 
			 | 
		
	
		
			
			| 
				190
			 | 
			
				
			 | 
			
			
				-                echo $"No debian dbootstrap script was found for $DEBIAN_VERSION" 
			 | 
		
	
		
			
			| 
				
			 | 
			
				190
			 | 
			
			
				+                echo $"No debian debootstrap script was found for $DEBIAN_VERSION" 
			 | 
		
	
		
			
			| 
				191
			 | 
			
				191
			 | 
			
			
				                 return 
			 | 
		
	
		
			
			| 
				192
			 | 
			
				192
			 | 
			
			
				             fi 
			 | 
		
	
		
			
			| 
				193
			 | 
			
				193
			 | 
			
			
				             ;; 
			 |