From 73e85c122ff309aebc684ee523d26b55ce3717cc Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Tue, 26 Nov 2019 00:05:06 +0100
Subject: Wrong chapter numbers

---
 joes-arch-install-UEFI.sh | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh
index c2f8a7a..bb6bfc8 100755
--- a/joes-arch-install-UEFI.sh
+++ b/joes-arch-install-UEFI.sh
@@ -739,7 +739,7 @@ $rtpwd
 	clear
 	#===== V. CONFIGURING LINUX ======#
 	#                                 #
-	#        8. journald stuff        #
+	#        7. journald stuff        #
 	#                                 #
 	#=================================#
 	sed -i 's/#ForwardToSyslog=no/ForwardToSyslog=yes/' /etc/systemd/journald.conf
@@ -750,7 +750,7 @@ if [[ $somemore == "true" ]]; then
 	echo -e "${BMAGENTA}\
 	#===== V. CONFIGURING LINUX ======#
 	#                                 #
-	#         9. Installing           #
+	#         8. Installing           #
 	#        some more utils          #
 	#     (${BYELLOW}gst plugins${BMAGENTA}, ${BYELLOW}Xorg...)      ${BMAGENTA}#
 	#                                 #
@@ -814,7 +814,7 @@ if [[ $intelamdgpu == "intel" && $somemore == "true" ]]; then
 	echo -e "${BMAGENTA}\
 	#===== V. CONFIGURING LINUX ======#
 	#                                 #
-	#        9.5 Installing           #
+	#        8.5 Installing           #
 	#        some more utils          #
 	#         (xf86-video)            #
 	#                                 #
@@ -833,7 +833,7 @@ if [[ $intelamdgpu == "amd" && $somemore == "true" ]]; then
 	echo -e "${BMAGENTA}\
 	#===== V. CONFIGURING LINUX ======#
 	#                                 #
-	#        9.5 Installing           #
+	#        8.5 Installing           #
 	#        some more utils          #
 	#         (xf86-video)            #
 	#                                 #
@@ -851,7 +851,7 @@ arch-chroot /mnt/arch << ARCH_CHROOT_CMDS
 	clear
 	#===== V. CONFIGURING LINUX ======#
 	#                                 #
-	#      10. Generating user        #
+	#       9. Generating user        #
 	#                                 #
 	#=================================#
 	useradd -m -g wheel -s /bin/zsh $usr
@@ -868,7 +868,7 @@ if [[ $intelamdcpu == "intel" ]]; then
 	echo -e "${BMAGENTA}\
 	#===== V. CONFIGURING LINUX ======#
 	#                                 #
-	#      11. Installing CPU         #
+	#      10. Installing CPU         #
 	#           microcode             #
 	#                                 #
 	#=================================#${END}"
-- 
cgit v1.2.3