mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-21 15:03:15 +01:00
Linebreak before starting package installs
This commit is contained in:
parent
46c4bc3f71
commit
1ea26706de
@ -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##*/}"
|
||||
|
Loading…
Reference in New Issue
Block a user