mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-26 01:28:29 -06:00
Pointed Updater to Github instead of Gitea
This commit is contained in:
@ -534,7 +534,7 @@ switch ($choice) {
|
||||
|
||||
# Prepare paths
|
||||
$updateZip = Join-Path $scriptDir "Update_Staging\main.zip"
|
||||
$updateDir = Join-Path $scriptDir "Update_Staging\borealis"
|
||||
$updateDir = Join-Path $scriptDir "Update_Staging\Borealis-main"
|
||||
$preservePath = Join-Path $scriptDir "Data\Server\Python_API_Endpoints\Tesseract-OCR"
|
||||
$preserveBackupPath = Join-Path $scriptDir "Update_Staging\Tesseract-OCR"
|
||||
|
||||
@ -566,11 +566,11 @@ switch ($choice) {
|
||||
}
|
||||
|
||||
$updateZip = Join-Path $stagingPath "main.zip"
|
||||
$updateDir = Join-Path $stagingPath "borealis"
|
||||
$updateDir = Join-Path $stagingPath "Borealis-main"
|
||||
}
|
||||
|
||||
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: Download Update from https://github.com/bunny-lab-io/Borealis/archive/refs/heads/main.zip" {
|
||||
Invoke-WebRequest -Uri "https://github.com/bunny-lab-io/Borealis/archive/refs/heads/main.zip" -OutFile $updateZip
|
||||
}
|
||||
|
||||
Run-Step "Updating: Extract Update Files" {
|
||||
|
Reference in New Issue
Block a user