aboutsummaryrefslogtreecommitdiffstats
path: root/archfi
diff options
context:
space:
mode:
Diffstat (limited to 'archfi')
-rw-r--r--archfi3
1 files changed, 2 insertions, 1 deletions
diff --git a/archfi b/archfi
index e77f846..b7708e7 100644
--- a/archfi
+++ b/archfi
@@ -12,7 +12,7 @@
# referance : https://wiki.archlinux.org/index.php/Installation_guide
-apptitle="Arch Linux Fast Install (archfi) - Version: 2015.12.07.01.19.02 (GPLv3)"
+apptitle="Arch Linux Fast Install (archfi) - Version: 2015.12.19.00.03.49 (GPLv3)"
baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master
@@ -80,6 +80,7 @@ chooselanguage(){
options+=("English" "(By MatMoul)")
options+=("French" "(By MatMoul)")
options+=("Hungarian" "(By KardiWeb)")
+ options+=("German" "(By untergrundbiber)")
sel=$(whiptail --backtitle "$apptitle" --title "$txtlanguage" --menu "" 0 0 0 \
"${options[@]}" \
3>&1 1>&2 2>&3)