aboutsummaryrefslogtreecommitdiffstats
path: root/archfi
diff options
context:
space:
mode:
Diffstat (limited to 'archfi')
-rw-r--r--archfi6
1 files changed, 5 insertions, 1 deletions
diff --git a/archfi b/archfi
index 52e61fe..31eb053 100644
--- a/archfi
+++ b/archfi
@@ -12,7 +12,11 @@
# referance : https://wiki.archlinux.org/index.php/Installation_guide
+<<<<<<< HEAD
apptitle="Arch Linux Fast Install (archfi) - Version: 2016.03.30.21.44.09 (GPLv3)"
+=======
+apptitle="Arch Linux Fast Install (archfi) - Version: 2016.04.02.15.20.10 (GPLv3)"
+>>>>>>> src
baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master
@@ -940,7 +944,7 @@ archsetlocalechroot(){
}
archsettime(){
- items=$(ls -l /mnt/usr/share/zoneinfo/ | grep '^d' | awk '{ print $9 }')
+ items=$(ls -l /mnt/usr/share/zoneinfo/ | grep '^d' | gawk -F':[0-9]* ' '/:/{print $2}')
options=()
for item in $items; do
options+=("$item" "")