This commit is contained in:
CanbiZ 2024-12-13 11:40:40 +01:00
parent 5a3dca218e
commit daf650be1f

View File

@ -24,6 +24,7 @@ base_settings
variables variables
color color
catch_errors catch_errors
verb_ip6
function update_script() { function update_script() {
header_info header_info
@ -38,8 +39,8 @@ function update_script() {
msg_ok "Stopped ${APP}" msg_ok "Stopped ${APP}"
msg_info "Updating LXC packages" msg_info "Updating LXC packages"
apt-get update &>/dev/null $STD apt-get update
apt-get -y upgrade &>/dev/null $STD apt-get -y upgrade
msg_ok "Updated LXC packages" msg_ok "Updated LXC packages"
msg_info "Updating ${APP}" msg_info "Updating ${APP}"