Skip to content

Commit

Permalink
added chocolatey to the path since v0.9.8.16 doesn't do it after inst…
Browse files Browse the repository at this point in the history
…all.
  • Loading branch information
staxmanade committed Jun 1, 2012
1 parent 0070bd5 commit 97d75cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devInstall.ps1
Expand Up @@ -6,6 +6,9 @@
# Install Chocolatey from chocolatey.org
iex ((new-object net.webclient).DownloadString('http://bit.ly/psChocInstall'))

# add chocolatey to the path since v0.9.8.16 doesn't do it.
if(!(where.exe chocolatey)){ $env:Path += ';C:\Chocolatey\bin;' }

#Install all my favorite packages.
cinst all -source 'http://www.myget.org/F/6a72e3c34526424eacb4a37e8c21f809/'

Expand Down

0 comments on commit 97d75cd

Please sign in to comment.