Files
cocommit/installer/install.ps1
T
2024-12-01 20:52:20 +01:00

8 lines
231 B
PowerShell

$binaryUrl = "https://github.com/Slug-Boi/cocommit/blob/main/installer/bin/install-win"
$outputPath = "install-win.exe"
# Download the binary
Invoke-WebRequest -Uri $binaryUrl -OutFile $outputPath
# Run the binary
& .\$outputPath