Commit d8a41cb37de79c14e9dd096b66e1399e9c5ca8b3
1 parent
04971f7f
Exists in
master
and in
29 other branches
script/quick-start: run bundle in local mode
This will avoid downloading dependencies from rubygems.org behind your back when you are using dependencies from Debian+Noosfero APT repository.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script/install-dependencies/debian-wheezy.sh
@@ -131,4 +131,4 @@ packages=$(grep-dctrl -n -s Build-Depends,Depends,Recommends -S -X noosfero debi | @@ -131,4 +131,4 @@ packages=$(grep-dctrl -n -s Build-Depends,Depends,Recommends -S -X noosfero debi | ||
131 | run sudo apt-get -y install $packages | 131 | run sudo apt-get -y install $packages |
132 | sudo apt-get -y install iceweasel || sudo apt-get -y install firefox | 132 | sudo apt-get -y install iceweasel || sudo apt-get -y install firefox |
133 | 133 | ||
134 | -run bundle install | 134 | +run bundle --local |