mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-10-30 18:39:10 +00:00 
			
		
		
		
	Update update-lxcs-cron.sh
shfmt
This commit is contained in:
		
							parent
							
								
									ba966fdff8
								
							
						
					
					
						commit
						3a920bbceb
					
				| @ -13,16 +13,16 @@ function update_container() { | ||||
|   os=$(pct config "$container" | awk '/^ostype/ {print $2}') | ||||
|   if [[ "$os" == "ubuntu" || "$os" == "debian" ]]; then | ||||
|     disk_info=$(pct exec "$container" df /boot | awk 'NR==2{gsub("%","",$5); printf "%s %.1fG %.1fG %.1fG", $5, $3/1024/1024, $2/1024/1024, $4/1024/1024 }') | ||||
|     read -ra disk_info_array <<< "$disk_info" | ||||
|     read -ra disk_info_array <<<"$disk_info" | ||||
|     echo -e "\n[Info] Updating $container : $name - Boot Disk: ${disk_info_array[0]}% full [${disk_info_array[1]}/${disk_info_array[2]} used, ${disk_info_array[3]} free]" | ||||
|   else | ||||
|     echo -e "\n[Info] Updating $container : $name - [No disk info for ${os}]" | ||||
|   fi | ||||
|   case "$os" in | ||||
|   alpine) pct exec "$container" -- ash -c "apk update && apk upgrade" ;; | ||||
|     archlinux)  pct exec "$container" -- bash -c "pacman -Syyu --noconfirm";; | ||||
|     fedora|rocky|centos|alma)  pct exec "$container" -- bash -c "dnf -y update && dnf -y upgrade" ;; | ||||
|     ubuntu|debian|devuan)  pct exec "$container" -- bash -c "apt-get update 2>/dev/null | grep 'packages.*upgraded'; apt list --upgradable && apt-get -y dist-upgrade" ;; | ||||
|   archlinux) pct exec "$container" -- bash -c "pacman -Syyu --noconfirm" ;; | ||||
|   fedora | rocky | centos | alma) pct exec "$container" -- bash -c "dnf -y update && dnf -y upgrade" ;; | ||||
|   ubuntu | debian | devuan) pct exec "$container" -- bash -c "apt-get update 2>/dev/null | grep 'packages.*upgraded'; apt list --upgradable && apt-get -y dist-upgrade" ;; | ||||
|   esac | ||||
| } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user