aboutsummaryrefslogtreecommitdiffstats
path: root/joes-arch-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'joes-arch-install.sh')
-rwxr-xr-xjoes-arch-install.sh5
1 files 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
#==================================================================================================#