From 0a70df5415bab6448214b9d4e4ac244ee3d84fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=BChrig?= Date: Wed, 1 Jan 2025 16:15:15 +0100 Subject: [PATCH] Renamed step. --- ct/5etools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/5etools.sh b/ct/5etools.sh index 304c1d67..8b23911f 100644 --- a/ct/5etools.sh +++ b/ct/5etools.sh @@ -37,7 +37,7 @@ function update_script() { fi # Crawling the new version and checking whether an update is required - msg_info "Updating $APP..." + msg_info "Updating System" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null