Hardcode C:\ in windows bootstrap script
This commit is contained in:
parent
a47304e599
commit
03800d3b74
@ -93,7 +93,7 @@ function Get-FileWCSynchronous{
|
||||
|
||||
$ErrorActionPreference = 'Stop'
|
||||
|
||||
$GhcupDir = "$env:HOMEDRIVE\ghcup"
|
||||
$GhcupDir = "C:\ghcup"
|
||||
$MsysDir = ('{0}\msys64' -f $GhcupDir)
|
||||
$Bash = ('{0}\usr\bin\bash' -f $MsysDir)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user