aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-28 14:25:58 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-28 14:25:58 +0100
commitbcb1a99c65bd2ce080f2f1837433e17b8de96e00 (patch)
treea8764e2b028a8ead5ab4815fb785a0e6146539a5
parentBug fix (diff)
downloadarch-installer-bcb1a99c65bd2ce080f2f1837433e17b8de96e00.tar.gz
arch-installer-bcb1a99c65bd2ce080f2f1837433e17b8de96e00.tar.bz2
arch-installer-bcb1a99c65bd2ce080f2f1837433e17b8de96e00.tar.xz
arch-installer-bcb1a99c65bd2ce080f2f1837433e17b8de96e00.tar.zst
arch-installer-bcb1a99c65bd2ce080f2f1837433e17b8de96e00.zip
Removed echo
Diffstat (limited to '')
-rwxr-xr-xjoes-arch-install.sh14
1 files changed, 3 insertions, 11 deletions
diff --git a/joes-arch-install.sh b/joes-arch-install.sh
index bd3511c..ae04629 100755
--- a/joes-arch-install.sh
+++ b/joes-arch-install.sh
@@ -444,22 +444,14 @@ else
jo_pacstrap linux
jo_pacstrap linux-headers
fi
-echo && echo
-echo -e "${BGREEN}Base packages installed${END}"
+dialog --title "IV. INSTALLING LINUX"\
+ --infobox "Base packages installed"\
+ 4 28
sleep 4
-clear
#================================================================#
#----------------------- UTILS DOWNLOAD -------------------------#
#================================================================#
if [ "$utils" = true ]; then
- echo -e "${BMAGENTA}\
-#====== IV. INSTALLING LINUX =====#
-# #
-# 5. Installing useful packages #
-# so you don't have to #
-# #
-#=================================#${END}"
- echo
jo_pacstrap zip
jo_pacstrap unzip
jo_pacstrap p7zip