Skip to content

Commit

Permalink
Linebreak before starting package installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Oct 29, 2023
1 parent 46c4bc3 commit 1ea2670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installs/arch-pacman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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##*/}"
Expand Down

0 comments on commit 1ea2670

Please sign in to comment.