Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hawkw/sos-kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed May 29, 2017
2 parents f00a959 + d9314ea commit c989b4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/install-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ else
curl https://sh.rustup.rs -sSf | sh
fi

if [ -f ~/.bash_profile ]
then
echo "export PATH=$PATH:$HOME/.cargo/bin" >> ~/.bash_profile
fi


echo "${bold}install-env:${normal} Updating Rust version"
rustup update nightly
Expand Down

0 comments on commit c989b4d

Please sign in to comment.