Add kickstart to PATH under ~/.bash_profile to work with systems that does not use ~/.bashrc by default

This commit is contained in:
Bruno Tavares 2014-03-02 20:13:57 -03:00
parent 02cc6bcbf9
commit e0ef543f92

View File

@ -11,6 +11,7 @@ cat <<CMD
cd ~/opt/kickstart
tar xz
echo 'PATH=~/opt/kickstart/bin:\$PATH' >> ~/.bashrc
echo 'PATH=~/opt/kickstart/bin:\$PATH' >> ~/.bash_profile
echo 'PATH=~/opt/kickstart/bin:\$PATH' >> ~/.zshrc
CMD
)