Skip to content

Commit

Permalink
fix apt get update chef recipe
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.forge.objectweb.org/svnroot/spagobi/V_5.x/Server/trunk@25385 99afaf0d-6903-0410-885a-c66a8bbb5f81
  • Loading branch information
fabrizyo committed Oct 23, 2015
1 parent 1d17377 commit acff3d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ChefCookbooks/installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ if [ ! -d "/opt/chef" ]; then
fi

#download recipes
sudo apt-get update
sudo apt-get -y install subversion
rm -rf cookbooks
svn checkout https://github.com/SpagoBILabs/SpagoBI/trunk/ChefCookbooks/ cookbooks
Expand Down

0 comments on commit acff3d3

Please sign in to comment.