docker compose missing in setup.sh
This commit is contained in:
		
							parent
							
								
									96abe3c2b0
								
							
						
					
					
						commit
						653d04e76a
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								setup.sh
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								setup.sh
									
										
									
									
									
								
							| 
						 | 
					@ -52,6 +52,7 @@ else
 | 
				
			||||||
    elif command -v apt-get &>/dev/null; then
 | 
					    elif command -v apt-get &>/dev/null; then
 | 
				
			||||||
      sudo apt-get update
 | 
					      sudo apt-get update
 | 
				
			||||||
      sudo apt-get install -y docker-compose-plugin
 | 
					      sudo apt-get install -y docker-compose-plugin
 | 
				
			||||||
 | 
					      sudo apt-get install -y docker-compose
 | 
				
			||||||
    elif command -v dnf &>/dev/null; then
 | 
					    elif command -v dnf &>/dev/null; then
 | 
				
			||||||
      sudo dnf install -y docker-compose
 | 
					      sudo dnf install -y docker-compose
 | 
				
			||||||
    elif command -v yum &>/dev/null; then
 | 
					    elif command -v yum &>/dev/null; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue