mirror of
				https://github.com/bashclub/proxmox-zfs-postinstall.git
				synced 2025-11-04 00:32:26 +01:00 
			
		
		
		
	Make /usr/local/bin/docker-compose executable
This commit is contained in:
		@@ -14,6 +14,7 @@ DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt install -y -qq --no-
 | 
			
		||||
 | 
			
		||||
dc_version=$(wget -O - -q https://api.github.com/repos/docker/compose/releases/latest | grep -m1 "\"name\":" | cut -d'"' -f4)
 | 
			
		||||
wget -O /usr/local/bin/docker-compose https://github.com/docker/compose/releases/download/${dc_version}/docker-compose-linux-x86_64
 | 
			
		||||
chmod +x /usr/local/bin/docker-compose
 | 
			
		||||
 | 
			
		||||
# install portainer
 | 
			
		||||
cd /portainer
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user