summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2019-11-14 19:49:46 +0100
committerxengineering <mail2xengineering@protonmail.com>2019-11-14 19:49:46 +0100
commit0e1adc8ea0918dcedd47c14956e6067cad71710b (patch)
tree29b5d0db8556ded0ece1add71c59800b89421a8b
parent6716e1b213d8108dac86d688f17016faa7f03c1a (diff)
downloadarchinstall-0e1adc8ea0918dcedd47c14956e6067cad71710b.tar
archinstall-0e1adc8ea0918dcedd47c14956e6067cad71710b.tar.zst
archinstall-0e1adc8ea0918dcedd47c14956e6067cad71710b.zip
Removed locale selection because there is just one choice ...
-rw-r--r--bin/first_stage.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/bin/first_stage.sh b/bin/first_stage.sh
index a27641a..6195d0f 100644
--- a/bin/first_stage.sh
+++ b/bin/first_stage.sh
@@ -48,16 +48,6 @@ read hostname
echo ""
-locales[1]="German / Germany"
-cat << EOF
-Please select one of the available localizations:
-
-[1] ${locales[1]}
-EOF
-read locale_id
-echo ""
-
-
cat << EOF
#################################################################
@@ -65,7 +55,6 @@ cat << EOF
Hard disk: - $disk
Hostname: - $hostname
- Localization: - ${locales[$locale_id]}
#################################################################