mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-10-31 02:49:19 +00:00 
			
		
		
		
	Update umbrel-v5-install.sh
adjust daemon.json
This commit is contained in:
		
							parent
							
								
									499dfd734a
								
							
						
					
					
						commit
						b4fe32dcd7
					
				| @ -86,21 +86,18 @@ $STD apt-get install -y curl | |||||||
| $STD apt-get install -y sudo | $STD apt-get install -y sudo | ||||||
| msg_ok "Installed Dependencies" | msg_ok "Installed Dependencies" | ||||||
| 
 | 
 | ||||||
|  | msg_info "Installing Umbrel (Patience)" | ||||||
| DOCKER_CONFIG_PATH='/etc/docker/daemon.json' | DOCKER_CONFIG_PATH='/etc/docker/daemon.json' | ||||||
| mkdir -p $(dirname $DOCKER_CONFIG_PATH) | mkdir -p $(dirname $DOCKER_CONFIG_PATH) | ||||||
| cat >$DOCKER_CONFIG_PATH <<'EOF' |  | ||||||
| { |  | ||||||
|   "log-driver": "journald" |  | ||||||
| } |  | ||||||
| EOF |  | ||||||
| 
 |  | ||||||
| msg_info "Installing Umbrel (Patience)" |  | ||||||
| if [ "$ST" == "yes" ]; then | if [ "$ST" == "yes" ]; then | ||||||
| VER=$(curl -s https://api.github.com/repos/containers/fuse-overlayfs/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }') | VER=$(curl -s https://api.github.com/repos/containers/fuse-overlayfs/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }') | ||||||
| cd /usr/local/bin | cd /usr/local/bin | ||||||
| curl -sSL -o fuse-overlayfs https://github.com/containers/fuse-overlayfs/releases/download/$VER/fuse-overlayfs-x86_64 | curl -sSL -o fuse-overlayfs https://github.com/containers/fuse-overlayfs/releases/download/$VER/fuse-overlayfs-x86_64 | ||||||
| chmod 755 /usr/local/bin/fuse-overlayfs | chmod 755 /usr/local/bin/fuse-overlayfs | ||||||
| cd ~ | cd ~ | ||||||
|  | echo -e '{\n  "storage-driver": "fuse-overlayfs",\n  "log-driver": "journald"\n}' > /etc/docker/daemon.json | ||||||
|  | else | ||||||
|  | echo -e '{\n  "log-driver": "journald"\n}' > /etc/docker/daemon.json | ||||||
| fi | fi | ||||||
| $STD bash <(curl -fsSL https://umbrel.sh) | $STD bash <(curl -fsSL https://umbrel.sh) | ||||||
| systemctl daemon-reload | systemctl daemon-reload | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user