aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-27 01:06:06 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-27 01:06:06 +0100
commit6d3f861f12a9856ed27717413ba4dac78d928c96 (patch)
treed6e7a5ea1c488404df34cfa3966e9af67503615f
parentRenamed the script for obvious reasons (diff)
downloadarch-installer-6d3f861f12a9856ed27717413ba4dac78d928c96.tar.gz
arch-installer-6d3f861f12a9856ed27717413ba4dac78d928c96.tar.bz2
arch-installer-6d3f861f12a9856ed27717413ba4dac78d928c96.tar.xz
arch-installer-6d3f861f12a9856ed27717413ba4dac78d928c96.tar.zst
arch-installer-6d3f861f12a9856ed27717413ba4dac78d928c96.zip
First dialog box!
-rwxr-xr-xjoes-arch-install.sh13
1 files changed, 1 insertions, 12 deletions
diff --git a/joes-arch-install.sh b/joes-arch-install.sh
index bc2fdc6..d5ba5e6 100755
--- a/joes-arch-install.sh
+++ b/joes-arch-install.sh
@@ -69,18 +69,7 @@ jo_pacstrap() {
#==================================================================================================#
#--------------------------------------------- START ----------------------------------------------#
#==================================================================================================#
-clear
-echo -e "${BMAGENTA}\
-#============ WELCOME ============#
-# #
-# Welcome to Joe's #
-# ARCH LINUX #
-# UEFI INSTALL SCRIPT #
-# #
-# (press ${BYELLOW}[return] ${BMAGENTA}to begin...) #
-# #
-#=================================#${END}"
-read -r
+dialog --title 'Welcome' --msgbox "Welcome to Joe's Arch Linux installation utility\!" 6 35
#==================================================================================================#
#----------------------------------------- ERRORS CHECK -------------------------------------------#
#==================================================================================================#