diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-17 14:29:17 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-17 14:29:17 +0100 |
commit | 9a5bd1820c34e6b5adb5f87bf3e93c96722258d3 (patch) | |
tree | 13a6fc4ca25a07dbc2cade51da553ca25835c2d8 | |
parent | README update (diff) | |
download | arch-installer-9a5bd1820c34e6b5adb5f87bf3e93c96722258d3.tar.gz arch-installer-9a5bd1820c34e6b5adb5f87bf3e93c96722258d3.tar.bz2 arch-installer-9a5bd1820c34e6b5adb5f87bf3e93c96722258d3.tar.xz arch-installer-9a5bd1820c34e6b5adb5f87bf3e93c96722258d3.tar.zst arch-installer-9a5bd1820c34e6b5adb5f87bf3e93c96722258d3.zip |
Better formatting for the user
Diffstat (limited to '')
-rwxr-xr-x | joes-arch-install-UEFI.sh | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index b79f71b..74bd041 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -424,12 +424,14 @@ clear echo "\ #====== IV. INSTALLING LINUX =====# # # -# 4. Installing base system # +# 4. Installing base packages # +# # +# Please be patient, # +# this may take a while # # # #=================================#" -echo && echo -echo "Installing base packages, please wait. This may take a while." pacstrap /mnt/arch base base-devel pacman-contrib > /dev/null +echo && echo echo "Base packages installed." sleep 1 clear @@ -438,9 +440,12 @@ echo "\ # # # 4.5 Installing some extras # # # +# Please be patient, # +# this may take a while # +# # #=================================#" -echo "Installing extra packages, please wait. This may take a while." pacstrap /mnt/arch zip unzip p7zip vim mc alsa-utils syslog-ng mtools dostools lsb-release ntfs-3g exfat-utils git zsh ntp cronie grub os-prober efibootmgr > /dev/null +echo && echo echo "Extra packages installed." sleep 1 clear |