chore: more work on install scripts

This commit is contained in:
Slug-Boi
2024-12-01 20:52:20 +01:00
parent 3862338350
commit 73c9adf908
3 changed files with 44 additions and 7 deletions
+8
View File
@@ -0,0 +1,8 @@
$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