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