Skip to content

Commit

Permalink
fix apache url bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihozpolat committed Sep 13, 2024
1 parent 7deba55 commit a22e5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ private static async Task PApache(string[] args)
Console.WriteLine(" " + dir.Substring(dir.LastIndexOf("\\") + 1));
break;
case "fix":
var downloadUrl = "https://www.apachelounge.com/download/VS17/binaries/httpd-2.4.62-240718-win64-VS17.zip";
var downloadUrl = "https://github.com/fatihozpolat/pvm-laragon/raw/main/apache/httpd-2.4.62-240904-win64-VS17.zip";
var zipName = "httpd-2.4.62-win64-VS17.zip";
var zipPath = Path.Combine(apachePath, zipName);
await Task.Run(() => DownloadFile(downloadUrl, zipPath));
Expand Down

0 comments on commit a22e5b1

Please sign in to comment.