diff --git a/image_builder/scripts/software_install.sh b/image_builder/scripts/software_install.sh index 3b058317..3bd67bf1 100755 --- a/image_builder/scripts/software_install.sh +++ b/image_builder/scripts/software_install.sh @@ -6,7 +6,7 @@ set -e # Image software installation ################################################################################################################################## -echo -e "\033[0;31m\033[1m$(date) | #1 Network installing\033[0m\033[0m" +echo -e "\033[0;31m\033[1m$(date) | #1 Software installing\033[0m\033[0m" # TODO: Use dnsmasq instead of isc-dhcp-server apt-get install --no-install-recommends -y \ @@ -25,4 +25,4 @@ apt-get install --no-install-recommends -y \ ipython3 \ python3-pip -echo -e "\033[0;31m\033[1m$(date) | End of network installation\033[0m\033[0m" +echo -e "\033[0;31m\033[1m$(date) | End of software installation\033[0m\033[0m"