mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update update-lxcs.sh
silent `apt update` and show `apt list --upgradable`
This commit is contained in:
		
							parent
							
								
									13e65979ee
								
							
						
					
					
						commit
						f74869108c
					
				| 
						 | 
					@ -45,7 +45,7 @@ function update_container() {
 | 
				
			||||||
    alpine)  pct exec "$container" -- ash -c "apk update && apk upgrade" ;;
 | 
					    alpine)  pct exec "$container" -- ash -c "apk update && apk upgrade" ;;
 | 
				
			||||||
    archlinux)  pct exec "$container" -- bash -c "pacman -Syyu --noconfirm";;
 | 
					    archlinux)  pct exec "$container" -- bash -c "pacman -Syyu --noconfirm";;
 | 
				
			||||||
    fedora|rocky|centos|alma)  pct exec "$container" -- bash -c "dnf -y update && dnf -y upgrade" ;;
 | 
					    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 && apt-get -y dist-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
 | 
					  esac
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					header_info
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue