a
This commit is contained in:
		
					parent
					
						
							
								6cfb416bd7
							
						
					
				
			
			
				commit
				
					
						a5275dbd2c
					
				
			
		
					 1 changed files with 4 additions and 2 deletions
				
			
		
							
								
								
									
										6
									
								
								init.sh
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								init.sh
									
										
									
									
									
								
							| 
						 | 
					@ -28,8 +28,7 @@ fi
 | 
				
			||||||
case $(get_distro) in
 | 
					case $(get_distro) in
 | 
				
			||||||
    "alpine")
 | 
					    "alpine")
 | 
				
			||||||
    # Install QEMU
 | 
					    # Install QEMU
 | 
				
			||||||
    (git clone https://github.com/ahmedbilal/qemu-with-rbd-alpine.git \
 | 
					    git clone https://github.com/ahmedbilal/qemu-with-rbd-alpine.git
 | 
				
			||||||
    && cd qemu-with-rbd-alpine && apk add *.apk --allow-untrusted)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Enable Alpine (3.10 + Edge) Repos
 | 
					    # Enable Alpine (3.10 + Edge) Repos
 | 
				
			||||||
| 
						 | 
					@ -52,6 +51,9 @@ EOF
 | 
				
			||||||
    apk add libffi-dev openssl-dev make alpine-sdk gcc g++ python3-dev
 | 
					    apk add libffi-dev openssl-dev make alpine-sdk gcc g++ python3-dev
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    apk add py3-grpcio py3-protobuf py3-tempita
 | 
					    apk add py3-grpcio py3-protobuf py3-tempita
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    (cd qemu-with-rbd-alpine && apk add *.apk --allow-untrusted)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ;;
 | 
					    ;;
 | 
				
			||||||
"devuan"|"debian")
 | 
					"devuan"|"debian")
 | 
				
			||||||
    # Update Package List and Upgrade System
 | 
					    # Update Package List and Upgrade System
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue