templates/Fedora-14-amd64/postinstall.sh in veewee-0.1.22 vs templates/Fedora-14-amd64/postinstall.sh in veewee-0.1.23
- old
+ new
@@ -17,10 +17,10 @@
#Installing ruby
wget http://rubyforge.org/frs/download.php/71096/ruby-enterprise-1.8.7-2010.02.tar.gz
tar xzvf ruby-enterprise-1.8.7-2010.02.tar.gz
./ruby-enterprise-1.8.7-2010.02/installer -a /opt/ruby --no-dev-docs --dont-install-useful-gems
-echo 'PATH=$PATH:/opt/ruby/bin/'> /etc/profile.d/rubyenterprise.sh
+echo 'PATH=$PATH:/opt/ruby/bin'> /etc/profile.d/rubyenterprise.sh
rm -rf ./ruby-enterprise-1.8.7-2010.02/
rm ruby-enterprise-1.8.7-2010.02.tar.gz
#Installing chef & Puppet
/opt/ruby/bin/gem install chef --no-ri --no-rdoc