diff options
Diffstat (limited to 'archfi')
-rw-r--r-- | archfi | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |