Skip to content

Commit

Permalink
Switch download location (chocolateyInstall.ps1)
Browse files Browse the repository at this point in the history
Change download location from sourceforge to filezilla's own server as sf doesn't provide "unbundled" downloads any more
  • Loading branch information
scipiojr committed Jan 18, 2014
1 parent 72f7d8a commit e825106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filezilla.server/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ try {
Copy-Item "$($toolsDir)\FileZilla Server.xml" "$fileZillaInstallDir" -Force
}

Install-ChocolateyPackage 'filezilla.server' 'exe' '/S' 'http://downloads.sourceforge.net/filezilla/FileZilla_Server-{{PackageVersion}}.exe'
Install-ChocolateyPackage 'filezilla.server' 'exe' '/S' 'http://download.filezilla-project.org/FileZilla_Server-{{PackageVersion}}.exe'

Write-ChocolateySuccess 'filezilla.server'
} catch {
Expand Down

0 comments on commit e825106

Please sign in to comment.