teamocil install bug fix

James Peret 7 years ago
parent
commit
f25ef4f420
1 changed files with 2 additions and 2 deletions
  1. 2 2
      install.sh

+ 2 - 2
install.sh

@@ -84,8 +84,8 @@ function install_tmux {
84 84
 function install_teamocil {
85 85
   echo "- Installing teamocil"
86 86
   gem install teamocil
87
-  mkdir $HOME/.teamocil
88
-  cp teamocil/avalanche.yml $HOME/.teamocil/avalanche.yml
87
+  #mkdir $HOME/.teamocil
88
+  #cp teamocil/avalanche.yml $HOME/.teamocil/avalanche.yml
89 89
 }
90 90
 
91 91
 function install_redis {