Skip to content

Commit

Permalink
PATH /etc/environment
Browse files Browse the repository at this point in the history
  • Loading branch information
alobato committed Sep 9, 2010
1 parent c9f7205 commit 053dcf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Expand Up @@ -85,9 +85,10 @@ sudo ./ruby-enterprise-1.8.7-2010.02/installer --auto=/usr/local/ruby-enterprise
cd ~
rm -rf ~/tmp

echo "PATH=\$PATH:/usr/local/ruby-enterprise/bin" | sudo tee -a /etc/environment
echo "PATH=/usr/local/ruby-enterprise/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" | sudo tee -a /etc/environment
. /etc/environment


echo "Install Passenger and Nginx"
echo "------------------------------------------------------------------"
echo "------------------------------------------------------------------"
Expand Down

0 comments on commit 053dcf4

Please sign in to comment.