diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-16 22:14:00 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-16 22:14:00 +0100 |
commit | 0f1a4365fe10392d7410c93b198f961a7cda6818 (patch) | |
tree | 94b417fee7dd99d1f0bdb22eea149f479531b8f6 | |
parent | Better formulation (diff) | |
download | arch-installer-0f1a4365fe10392d7410c93b198f961a7cda6818.tar.gz arch-installer-0f1a4365fe10392d7410c93b198f961a7cda6818.tar.bz2 arch-installer-0f1a4365fe10392d7410c93b198f961a7cda6818.tar.xz arch-installer-0f1a4365fe10392d7410c93b198f961a7cda6818.tar.zst arch-installer-0f1a4365fe10392d7410c93b198f961a7cda6818.zip |
sleep 1000
-rwxr-xr-x | joes-arch-install-UEFI.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index 291b75b..2c76913 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -501,6 +501,7 @@ arch-chroot /mnt/arch << ARCH_CHROOT #=================================# pacman -S networkmanager Y + sleep 1000 ARCH_CHROOT sed -e 's/\s*\([\+0-9a-zA-Z \"=#()[]{}<>,:. - \_\/?!@$%^&~`*|]*\).*/\1/' << EOF | arch-chroot /mnt/arch systemctl enable NetworkManager |