mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[Manual MIRROR] dmapi manual update port (#11138)
This commit is contained in:
@@ -37,6 +37,11 @@ function Get-Bun {
|
||||
$BunTag = " (baseline)"
|
||||
}
|
||||
|
||||
if (Test-Path $BunTargetDir -PathType Container) {
|
||||
Write-Output "Bun target directory exists but bun.exe is missing. Re-downloading."
|
||||
Remove-Item $BunTargetDir -Recurse -Force
|
||||
}
|
||||
|
||||
$BunSource = "https://github.com/oven-sh/bun/releases/download/bun-v$BunVersion/$BunRelease.zip"
|
||||
|
||||
Write-Output "Downloading Bun v$BunVersion$BunTag"
|
||||
|
||||
Reference in New Issue
Block a user