fixed not working auto submodule update

This commit is contained in:
Cyryl Plotnicki-Chudyk 2014-07-31 21:05:02 +01:00
parent 6c1ef19361
commit 1fa39a76ae

View file

@ -4,16 +4,16 @@
sudo yum install vim tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox aria2 gajim lm_sensors sudo yum install vim tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox aria2 gajim lm_sensors
sudo chsh -s `which zsh` $USER sudo chsh -s `which zsh` $USER
#fetch dependencies #fetch dependencies
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR cd $DIR
git submodule init git submodule init
git submodule update --recursive git submodule update --recursive
#rvm
#rvm
curl -sSL https://get.rvm.io | bash -s stable curl -sSL https://get.rvm.io | bash -s stable
rvm install ruby rvm install ruby
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
#symbolic links #symbolic links
ln -s "$DIR/.vim" ~/. ln -s "$DIR/.vim" ~/.
ln -s "$DIR/.vimrc" ~/. ln -s "$DIR/.vimrc" ~/.