remove forced America/New_York timezone setup collab/berick/trusty-auto-installer
authorBill Erickson <berickxx@gmail.com>
Mon, 4 May 2015 14:47:15 +0000 (10:47 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 4 May 2015 14:47:15 +0000 (10:47 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
installer/trusty/eg_trusty_installer.sh

index 85812b2..708b37f 100755 (executable)
@@ -34,7 +34,6 @@ done
 function my_init {
     date
     init_variables
-    configure_timezone
     configure_cpan
     build_essentials
     setting_up_opensrf_env
@@ -116,14 +115,6 @@ function init_variables {
     echo End of intializing installer =~-._
 }
 
-function configure_timezone {
-    echo _.-~= configure timezone
-    date
-    # should be America/New_York
-    perl -e 'print "2\n\n104\n";' | dpkg-reconfigure -fteletype tzdata
-    echo End of configure timezone =~-._
-}
-
 function configure_cpan {
     echo _.-~= configure CPAN
     date