mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-25 10:06:18 +00:00
Update to title case to match other info/ok strings
This commit is contained in:
parent
1789b71734
commit
67ddcd6ebb
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user