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
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}"