mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	fix fsSLSL to fsSL
This commit is contained in:
		@@ -17,7 +17,7 @@ msg_info "Installing Docker"
 | 
			
		||||
DOCKER_CONFIG_PATH='/etc/docker/daemon.json'
 | 
			
		||||
mkdir -p $(dirname $DOCKER_CONFIG_PATH)
 | 
			
		||||
echo -e '{\n  "log-driver": "journald"\n}' >/etc/docker/daemon.json
 | 
			
		||||
$STD sh <(curl -fsSLSL https://get.docker.com)
 | 
			
		||||
$STD sh <(curl -fsSL https://get.docker.com)
 | 
			
		||||
systemctl enable -q --now docker
 | 
			
		||||
msg_ok "Installed Docker"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user