Skip to content

Commit

Permalink
[BF02] Finalized Chocolatey
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Aug 8, 2023
1 parent 45cf9a8 commit b2515ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChocolateyPack/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$pkgName = "KS"
$url = "https://github.com/EoflaOE/Kernel-Simulator/releases/download/v0.0.16.18-alpha/0.0.16.18-bin.rar"
$md5check = "53a31318bca831dae14b2f9ab24bb5f9"
$md5check = "57b66942d1f289a985ecad12c25a354f"

Write-Output "<*>: for assumptions, <+> for progress, <-> for error"
Write-Output "<*> Installation directory: $toolsDir"
Expand Down

0 comments on commit b2515ef

Please sign in to comment.