mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-11 03:15:09 +00:00
test
This commit is contained in:
parent
5a3dca218e
commit
daf650be1f
@ -24,6 +24,7 @@ base_settings
|
||||
variables
|
||||
color
|
||||
catch_errors
|
||||
verb_ip6
|
||||
|
||||
function update_script() {
|
||||
header_info
|
||||
@ -38,8 +39,8 @@ function update_script() {
|
||||
msg_ok "Stopped ${APP}"
|
||||
|
||||
msg_info "Updating LXC packages"
|
||||
apt-get update &>/dev/null
|
||||
apt-get -y upgrade &>/dev/null
|
||||
$STD apt-get update
|
||||
$STD apt-get -y upgrade
|
||||
msg_ok "Updated LXC packages"
|
||||
|
||||
msg_info "Updating ${APP}"
|
||||
|
Loading…
Reference in New Issue
Block a user