diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-28 21:11:48 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-28 21:11:48 +0100 |
commit | 5fdcce79bcc7a7fcb924572e7d0413388ba82e68 (patch) | |
tree | 8cd601d749ac1c7595071827f65112f09dcbe16a | |
parent | Removed useless sleeps (diff) | |
download | arch-installer-5fdcce79bcc7a7fcb924572e7d0413388ba82e68.tar.gz arch-installer-5fdcce79bcc7a7fcb924572e7d0413388ba82e68.tar.bz2 arch-installer-5fdcce79bcc7a7fcb924572e7d0413388ba82e68.tar.xz arch-installer-5fdcce79bcc7a7fcb924572e7d0413388ba82e68.tar.zst arch-installer-5fdcce79bcc7a7fcb924572e7d0413388ba82e68.zip |
Removed useless clear
-rwxr-xr-x | arch-installer.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch-installer.sh b/arch-installer.sh index e69aa69..da68f85 100755 --- a/arch-installer.sh +++ b/arch-installer.sh @@ -521,7 +521,6 @@ dialog --title "V. CONFIGURING LINUX"\ --infobox "Setting up the system"\ 3 30 sleep 1 -clear arch-chroot /mnt/arch << ARCH_CHROOT_CMDS ln -sf /usr/share/zoneinfo/Europe/Paris /etc/localtime hwclock --systohc |