Commit f05c6752d6717c744671cbdabc2e4ae55f99e5b1
1 parent
a2d9ed26
Exists in
master
and in
29 other branches
rails3: adding apt-file as dependecy
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
script/install-dependencies/debian-wheezy.sh
@@ -6,7 +6,8 @@ sudo apt-get -y install iceweasel || sudo apt-get -y install firefox | @@ -6,7 +6,8 @@ sudo apt-get -y install iceweasel || sudo apt-get -y install firefox | ||
6 | # needed for development | 6 | # needed for development |
7 | run sudo apt-get -y install ruby-tidy ruby-mocha imagemagick po4a xvfb libxml2-dev libxslt1-dev | 7 | run sudo apt-get -y install ruby-tidy ruby-mocha imagemagick po4a xvfb libxml2-dev libxslt1-dev |
8 | 8 | ||
9 | -sudo apt-get -y install bundler | 9 | +sudo apt-get -y install bundler apt-file |
10 | +sudo apt-file update | ||
10 | 11 | ||
11 | run ./script/debundler | 12 | run ./script/debundler |
12 | 13 |