projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3595799
)
remove forced America/New_York timezone setup
collab/berick/trusty-auto-installer
author
Bill Erickson
<berickxx@gmail.com>
Mon, 4 May 2015 14:47:15 +0000
(10:47 -0400)
committer
Bill 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
patch
|
blob
|
history
diff --git
a/installer/trusty/eg_trusty_installer.sh
b/installer/trusty/eg_trusty_installer.sh
index
85812b2
..
708b37f
100755
(executable)
--- a/
installer/trusty/eg_trusty_installer.sh
+++ b/
installer/trusty/eg_trusty_installer.sh
@@
-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