Commit 5f780d421709ad56289faaf401f5fd9254e2719a

Authored by Rodrigo Souto
1 parent b73d1820

debian-wheezy-dependencies: install bundle without local

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 131 run sudo apt-get -y install $packages
132 132 sudo apt-get -y install iceweasel || sudo apt-get -y install firefox
133 133  
134   -run bundle --local
  134 +run bundle install
... ...