fix #1 - Configure APK with pkg++ used repository
This commit is contained in:
		
							
								
								
									
										5
									
								
								build
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								build
									
									
									
									
									
								
							@@ -24,4 +24,9 @@ git clone https://github.com/lukc/pkgxx && \
 | 
				
			|||||||
  cd .. && \
 | 
					  cd .. && \
 | 
				
			||||||
  rm -rf pkgxx || exit 1
 | 
					  rm -rf pkgxx || exit 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# APK configuration
 | 
				
			||||||
 | 
					echo "> Configure APK to use pkg++ as supplementary repository…"
 | 
				
			||||||
 | 
					grep -q "^/opt/pkgxx/dev$" /etc/apk/repositories || \
 | 
				
			||||||
 | 
					      echo "/opt/pkgxx/dev" >> /etc/apk/repositories
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# FIXME: DL yunoconfig
 | 
					# FIXME: DL yunoconfig
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user