Skip to content

Commit

Permalink
Setting the installer to a specific version while I investigate an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Feb 18, 2012
1 parent 3697d5c commit dcfb750
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chocolateyInstall/InstallChocolatey.ps1
@@ -1,6 +1,6 @@
# ==============================================================================
#
# Fervent Coder Copyright © 2011 - Released under the Apache 2.0 License
# Fervent Coder Copyright 2011 - Released under the Apache 2.0 License
#
# Copyright 2007-2008 The Apache Software Foundation.
#
Expand All @@ -18,7 +18,8 @@

# variables
#$url = "http://chocolatey.org/packages/chocolatey/DownloadPackage"
$url = "http://chocolatey.org/api/v1/package/chocolatey"
$url= = "http://chocolatey.org/api/v2/package/chocolatey/0.9.8.14"
#$url = "http://chocolatey.org/api/v1/package/chocolatey"
$chocTempDir = Join-Path $env:TEMP "chocolatey"
$tempDir = Join-Path $chocTempDir "chocInstall"
if (![System.IO.Directory]::Exists($tempDir)) {[System.IO.Directory]::CreateDirectory($tempDir)}
Expand Down

0 comments on commit dcfb750

Please sign in to comment.