aboutsummaryrefslogtreecommitdiffstats
path: root/joes-arch-install-UEFI.sh
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-17 12:41:31 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-17 12:41:31 +0100
commitf808708a188e5c538a5d0c3fe1bad74e293babb9 (patch)
treec10f91612d91816500a44ef8cee66ac848df75ec /joes-arch-install-UEFI.sh
parentREADME update (diff)
downloadarch-installer-f808708a188e5c538a5d0c3fe1bad74e293babb9.tar.gz
arch-installer-f808708a188e5c538a5d0c3fe1bad74e293babb9.tar.bz2
arch-installer-f808708a188e5c538a5d0c3fe1bad74e293babb9.tar.xz
arch-installer-f808708a188e5c538a5d0c3fe1bad74e293babb9.tar.zst
arch-installer-f808708a188e5c538a5d0c3fe1bad74e293babb9.zip
sleeps test
Diffstat (limited to '')
-rwxr-xr-xjoes-arch-install-UEFI.sh18
1 files changed, 8 insertions, 10 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh
index 99c43de..b5fa298 100755
--- a/joes-arch-install-UEFI.sh
+++ b/joes-arch-install-UEFI.sh
@@ -505,8 +505,8 @@ arch-chroot /mnt/arch << ARCH_CHROOT
#=================================#
pacman -S networkmanager
Y
- sleep 2
ARCH_CHROOT
+sleep 2
arch-chroot /mnt/arch << ARCH_CHROOT
systemctl enable NetworkManager
sleep 2
@@ -517,8 +517,8 @@ arch-chroot /mnt/arch << ARCH_CHROOT
# #
#=================================#
sed -i 's/#ForwardToSyslog=no/ForwardToSyslog=yes/' /etc/systemd/journald.conf
- sleep 2
ARCH_CHROOT
+sleep 2
if [[ $somemore == "true" ]]; then
arch-chroot /mnt/arch << ARCH_CHROOT
clear
@@ -533,9 +533,9 @@ if [[ $somemore == "true" ]]; then
Y
ARCH_CHROOT
fi
+sleep 2
if [[ $intelamdgpu == "intel" && $somemore == "true" ]]; then
arch-chroot /mnt/arch << ARCH_CHROOT
- sleep 2
clear
#===== V. CONFIGURING LINUX ======#
# #
@@ -546,12 +546,12 @@ if [[ $intelamdgpu == "intel" && $somemore == "true" ]]; then
#=================================#
pacman -S xf86-video-intel
Y
- sleep 2
ARCH_CHROOT
fi
+sleep 2
if [[ $intelamdgpu == "amd" && $somemore == "true" ]]; then
- arch-chroot /mnt/arch << ARCH_CHROOT
sleep 2
+ arch-chroot /mnt/arch << ARCH_CHROOT
clear
#===== V. CONFIGURING LINUX ======#
# #
@@ -564,8 +564,8 @@ if [[ $intelamdgpu == "amd" && $somemore == "true" ]]; then
Y
ARCH_CHROOT
fi
+sleep 2
arch-chroot /mnt/arch << ARCH_CHROOT
- sleep 2
clear
#===== V. CONFIGURING LINUX ======#
# #
@@ -607,8 +607,8 @@ if [[ $intelamdcpu == "amd" ]]; then
Y
ARCH_CHROOT
fi
+sleep 2
arch-chroot /mnt/arch << ARCH_CHROOT
- sleep 2
clear
#===== VI. CONFIGURING BOOT ======#
# #
@@ -642,6 +642,4 @@ echo "# Your system will now reboot #"
echo "# #"
echo "#=================================#"
echo && echo
-sleep 10
-umount -R /mnt/arch
-reboot
+sleep 10 && umount -R /mnt/arch && reboot