From 1fa39a76ae569444a84ea841e9b6a40da3d38b72 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Thu, 31 Jul 2014 21:05:02 +0100 Subject: [PATCH] fixed not working auto submodule update --- install_fedora.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install_fedora.sh b/install_fedora.sh index 1e6e7f02..fcfe2b39 100755 --- a/install_fedora.sh +++ b/install_fedora.sh @@ -4,16 +4,16 @@ sudo yum install vim tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox aria2 gajim lm_sensors sudo chsh -s `which zsh` $USER #fetch dependencies + +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd $DIR git submodule init git submodule update --recursive -#rvm +#rvm curl -sSL https://get.rvm.io | bash -s stable rvm install ruby -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" - #symbolic links ln -s "$DIR/.vim" ~/. ln -s "$DIR/.vimrc" ~/.