Linebreak before starting package installs

This commit is contained in:
Alicia Sykes 2023-10-29 16:42:59 +00:00
parent 46c4bc3f71
commit 1ea26706de

View File

@ -96,7 +96,7 @@ if [[ $* == *"--auto-yes"* ]]; then
fi
# Print intro message
echo -e "${PURPLE}Starting Arch package install / update script"
echo -e "\n${PURPLE}Starting Arch package install / update script"
echo -e "${LIGHT}The following script is for Arch / Arch-based headless systems, and will"
echo -e "update database, upgrade packages, clear cache then install all listed CLI apps."
echo -e "${YELLOW}Before proceeding, ensure your happy with all the packages listed in \e[4m${0##*/}"