mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-10-30 18:39:10 +00:00 
			
		
		
		
	Update docker-install.sh
This commit is contained in:
		
							parent
							
								
									b11d161c30
								
							
						
					
					
						commit
						3cce666e4c
					
				| @ -83,7 +83,7 @@ EOF | ||||
| sh <(curl -sSL https://get.docker.com) &>/dev/null | ||||
| msg_ok "Installed Docker $DOCKER_LATEST_VERSION" | ||||
| 
 | ||||
| read -r -p "Would you like to add Portainer? <y/n> " prompt | ||||
| read -r -p "Would you like to add Portainer? <y/N> " prompt | ||||
| if [[ $prompt == "y" || $prompt == "Y" || $prompt == "yes" || $prompt == "Yes" ]] | ||||
| then | ||||
| PORTAINER="Y" | ||||
| @ -105,7 +105,7 @@ docker run -d \ | ||||
| msg_ok "Installed Portainer $PORTAINER_LATEST_VERSION" | ||||
| fi | ||||
| 
 | ||||
| read -r -p "Would you like to add Docker Compose? <y/n> " prompt | ||||
| read -r -p "Would you like to add Docker Compose? <y/N> " prompt | ||||
| if [[ $prompt == "y" || $prompt == "Y" || $prompt == "yes" || $prompt == "Yes" ]] | ||||
| then | ||||
| DOCKER_COMPOSE="Y" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user