Skip to content

Commit

Permalink
Disable rdoc and ri, remove path debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
brutasse committed Oct 28, 2015
1 parent 0420bca commit 59330a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fpm/cloud-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get -y upgrade
apt-get -y install git ruby ruby-dev build-essential
gem install fpm
gem install fpm --no-rdoc --no-ri
export PATH=$PATH:/usr/local/bin
echo $PATH
which fpm
git clone https://github.com/brutasse/graphite-api.git
cd graphite-api/fpm
./build-deb.sh

0 comments on commit 59330a8

Please sign in to comment.