mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-15 12:06:52 +00:00
Update proxmox_update.sh
This commit is contained in:
parent
6e0c09816b
commit
cc06a4e1b1
@ -314,7 +314,7 @@ EOF
|
|||||||
if command -v whiptail >/dev/null 2>&1; then
|
if command -v whiptail >/dev/null 2>&1; then
|
||||||
if whiptail --title "$(translate "Proxmox Update")" \
|
if whiptail --title "$(translate "Proxmox Update")" \
|
||||||
--yesno "$(translate "Found $upgradable packages to upgrade.\n\nProceed with system update?")" 10 60; then
|
--yesno "$(translate "Found $upgradable packages to upgrade.\n\nProceed with system update?")" 10 60; then
|
||||||
|
msg_info "$(translate "Performing system upgrade. This process may take several minutes...")"
|
||||||
else
|
else
|
||||||
msg_info2 "$(translate "Update cancelled by user")"
|
msg_info2 "$(translate "Update cancelled by user")"
|
||||||
return 0
|
return 0
|
||||||
@ -329,8 +329,8 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Perform update
|
# Perform update
|
||||||
msg_info "$(translate "Performing system upgrade. This process may take several minutes...")"
|
# msg_info "$(translate "Performing system upgrade...")"
|
||||||
#echo "$(translate "This process may take several minutes...")"
|
# echo "$(translate "This process may take several minutes...")"
|
||||||
|
|
||||||
# Update with logging
|
# Update with logging
|
||||||
if DEBIAN_FRONTEND=noninteractive apt-get -y \
|
if DEBIAN_FRONTEND=noninteractive apt-get -y \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user