mirror of
https://github.com/wahyd4/jabba.git
synced 2026-08-09 04:46:17 +10:00
Fixed Windows installer (binary download)
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ If ($env:JABBA_MAKE_INSTALL -eq "true")
|
||||
}
|
||||
else
|
||||
{
|
||||
(wget https://github.com/shyiko/jabba/releases/download/$jabbaVersion/jabba-$jabbaVersion-windows-amd64.exe -UseBasicParsing).Content > $jabbaDir/bin/jabba.exe
|
||||
wget https://github.com/shyiko/jabba/releases/download/$jabbaVersion/jabba-$jabbaVersion-windows-amd64.exe -UseBasicParsing -OutFile $jabbaDir/bin/jabba.exe
|
||||
}
|
||||
|
||||
$ErrorActionPreference="SilentlyContinue"
|
||||
|
||||
Reference in New Issue
Block a user