From 863000245d9c4874153201a1382d38c492b7ed43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=BChrig?= Date: Wed, 1 Jan 2025 16:59:19 +0100 Subject: [PATCH] Update ct/5etools.sh Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> --- ct/5etools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/5etools.sh b/ct/5etools.sh index 9650ba70..0d1ba760 100644 --- a/ct/5etools.sh +++ b/ct/5etools.sh @@ -38,9 +38,9 @@ function update_script() { # Crawling the new version and checking whether an update is required msg_info "Updating System" - apt-get update &>/dev/null apt-get -y upgrade &>/dev/null + msg_ok "Updated System" # Execute Update msg_info "Updating 5etools"