diff --git a/Borealis.ps1 b/Borealis.ps1 index 3f563f4..4133ad9 100644 --- a/Borealis.ps1 +++ b/Borealis.ps1 @@ -524,8 +524,8 @@ switch ($choice) { $updateDir = Join-Path $stagingPath "borealis" } - Run-Step "Updating: Download Update from https://git.bunny-lab.io/Borealis/Borealis/archive/main.zip" { - Invoke-WebRequest -Uri "https://git.bunny-lab.io/Borealis/Borealis/archive/main.zip" -OutFile $updateZip + Run-Step "Updating: Download Update from https://git.bunny-lab.io/bunny-lab/Borealis/archive/main.zip" { + Invoke-WebRequest -Uri "https://git.bunny-lab.io/bunny-lab/Borealis/archive/main.zip" -OutFile $updateZip } Run-Step "Updating: Extract Update Files" {