Update to title case to match other info/ok strings

This commit is contained in:
Duncan Hill 2025-01-07 18:52:32 +00:00
parent 1789b71734
commit 67ddcd6ebb
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -136,9 +136,9 @@ update_os() {
# Install core packages that (almost) every container will depend upon. # Install core packages that (almost) every container will depend upon.
# Be sure to update install.func for apt-based systems as appropriate. # Be sure to update install.func for apt-based systems as appropriate.
install_core_dependencies() { install_core_dependencies() {
msg_info "Installing core dependencies" msg_info "Installing Core Dependencies"
$STD apk add curl mc nano newt openssh sudo $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 # This function modifies the message of the day (motd) and SSH settings

View File

@ -202,9 +202,9 @@ EOF
# adding a new package. # adding a new package.
# a new package. # a new package.
install_core_dependencies() { install_core_dependencies() {
msg_info "Installing core dependencies" msg_info "Installing Core Dependencies"
$STD apt-get install curl mc sudo $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 # This function modifies the message of the day (motd) and SSH settings