From 67ddcd6ebbb7f2bfe68ed587501bb76775fb60c2 Mon Sep 17 00:00:00 2001 From: Duncan Hill Date: Tue, 7 Jan 2025 18:52:32 +0000 Subject: [PATCH] Update to title case to match other info/ok strings --- misc/alpine-install.func | 4 ++-- misc/install.func | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/alpine-install.func b/misc/alpine-install.func index f50c95c6..6c2e2d82 100644 --- a/misc/alpine-install.func +++ b/misc/alpine-install.func @@ -136,9 +136,9 @@ update_os() { # Install core packages that (almost) every container will depend upon. # Be sure to update install.func for apt-based systems as appropriate. install_core_dependencies() { - msg_info "Installing core dependencies" + msg_info "Installing Core Dependencies" $STD apk add curl mc nano newt openssh sudo - msg_ok "Installed core dependencies" + msg_ok "Installed Core Dependencies" } # This function modifies the message of the day (motd) and SSH settings diff --git a/misc/install.func b/misc/install.func index a45c7a63..54f63115 100644 --- a/misc/install.func +++ b/misc/install.func @@ -202,9 +202,9 @@ EOF # adding a new package. # a new package. install_core_dependencies() { - msg_info "Installing core dependencies" + msg_info "Installing Core Dependencies" $STD apt-get install curl mc sudo - msg_ok "Installed core dependencies" + msg_ok "Installed Core Dependencies" } # This function modifies the message of the day (motd) and SSH settings