diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-27 02:37:15 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-27 02:37:15 +0100 |
commit | d936129d079a514444ef56f02c4398e88e62062a (patch) | |
tree | e7a1702287cf1411d26be4d739b2c50377d0fef8 /joes-arch-install.sh | |
parent | Few additions (diff) | |
download | arch-installer-d936129d079a514444ef56f02c4398e88e62062a.tar.gz arch-installer-d936129d079a514444ef56f02c4398e88e62062a.tar.bz2 arch-installer-d936129d079a514444ef56f02c4398e88e62062a.tar.xz arch-installer-d936129d079a514444ef56f02c4398e88e62062a.tar.zst arch-installer-d936129d079a514444ef56f02c4398e88e62062a.zip |
Better name
Diffstat (limited to 'joes-arch-install.sh')
-rwxr-xr-x | joes-arch-install.sh | 5 |
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 #==================================================================================================# |