diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-28 14:08:54 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-28 14:08:54 +0100 |
commit | 7c7acb13b48cf7bd1bd59ebf75552441a6544d21 (patch) | |
tree | c55e7f4a12237f82ee83da391b46f15ef584d69f /joes-arch-install.sh | |
parent | Dialog box size addapts to the package being installed (diff) | |
download | arch-installer-7c7acb13b48cf7bd1bd59ebf75552441a6544d21.tar.gz arch-installer-7c7acb13b48cf7bd1bd59ebf75552441a6544d21.tar.bz2 arch-installer-7c7acb13b48cf7bd1bd59ebf75552441a6544d21.tar.xz arch-installer-7c7acb13b48cf7bd1bd59ebf75552441a6544d21.tar.zst arch-installer-7c7acb13b48cf7bd1bd59ebf75552441a6544d21.zip |
Removed some echos
Diffstat (limited to 'joes-arch-install.sh')
-rwxr-xr-x | joes-arch-install.sh | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/joes-arch-install.sh b/joes-arch-install.sh index eb8c1e0..f9d207b 100755 --- a/joes-arch-install.sh +++ b/joes-arch-install.sh @@ -330,7 +330,6 @@ sleep 2 #================================================================# #------------------------- WIPING DISK --------------------------# #================================================================# -clear dialog --title "IV. INSTALLING LINUX"\ --infobox "Partitioning filesystem"\ 3 28 @@ -402,13 +401,9 @@ sleep 2 #================================================================# #---------------------- MOUNT PARTITIONS ------------------------# #================================================================# -clear -echo -e "${BMAGENTA}\ -#====== IV. INSTALLING LINUX =====# -# # -# 3. Mounting partitions # -# # -#=================================#${END}" +dialog --title "IV. INSTALLING LINUX"\ + --infobox "Mounting partitions"\ + 3 28 mkdir /mnt/arch > /dev/null swapon "$drv""2" > /dev/null mount "$drv""3" /mnt/arch > /dev/null @@ -426,15 +421,6 @@ clear #================================================================# #------------------------ BASE DOWNLOAD -------------------------# #================================================================# -echo -e "${BMAGENTA}\ -#====== IV. INSTALLING LINUX =====# -# # -# 4. Downloading base packages # -# # -# Please be patient, # -# this may take a while # -# # -#=================================#${END}" echo jo_pacstrap base jo_pacstrap base-devel |