From d936129d079a514444ef56f02c4398e88e62062a Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 27 Nov 2019 02:37:15 +0100 Subject: Better name --- joes-arch-install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/joes-arch-install.sh b/joes-arch-install.sh index 18970fd..17a7b2e 100755 --- a/joes-arch-install.sh +++ b/joes-arch-install.sh @@ -72,7 +72,7 @@ therefore Joe's installer is forced to abort.\nPlease connect to the Internet an fi } -jo_set_hstnm() { +jo_get_hstnm() { while [ $hstnm = "" ]; do hstnm=$(dialog\ --nocancel --title "$1"\ @@ -97,7 +97,6 @@ jo_pacstrap() { sleep 2 fi } - #==================================================================================================# #--------------------------------------------- START ----------------------------------------------# #==================================================================================================# @@ -110,7 +109,7 @@ jo_chk_internet #==================================================================================================# #---------------------------------------- HOSTNAME SETUP ------------------------------------------# #==================================================================================================# -jo_set_hstnm "I. CORE SETUP" +jo_get_hstnm "I. CORE SETUP" answr="n" clear #==================================================================================================# -- cgit v1.2.3