diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-26 00:05:06 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-26 00:05:06 +0100 |
commit | 73e85c122ff309aebc684ee523d26b55ce3717cc (patch) | |
tree | ad5f1b697fcf385316dac5b7aef456ba1d7a0f08 /joes-arch-install-UEFI.sh | |
parent | Removed all pacmans in favor of pacstraps (diff) | |
download | arch-installer-73e85c122ff309aebc684ee523d26b55ce3717cc.tar.gz arch-installer-73e85c122ff309aebc684ee523d26b55ce3717cc.tar.bz2 arch-installer-73e85c122ff309aebc684ee523d26b55ce3717cc.tar.xz arch-installer-73e85c122ff309aebc684ee523d26b55ce3717cc.tar.zst arch-installer-73e85c122ff309aebc684ee523d26b55ce3717cc.zip |
Wrong chapter numbers
Diffstat (limited to '')
-rwxr-xr-x | joes-arch-install-UEFI.sh | 12 |
1 files 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}" |