aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xjoes-arch-install-UEFI.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh
index edadafc..4cecc81 100755
--- a/joes-arch-install-UEFI.sh
+++ b/joes-arch-install-UEFI.sh
@@ -60,6 +60,7 @@ jo_goodbye() {
}
jo_pacstrap() {
+ echo
echo -e "${BCYAN}Installing ${BYELLOW}$1${END}"
if pacstrap /mnt/arch $1 > /dev/null; then
echo -e "${BGREEN}$1 installed${END}"