Skip to content

Commit

Permalink
fix(get.ps1): clearupdateblocks link
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Mar 17, 2024
1 parent fcae8eb commit d17de18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if ([double]"$($ver.Major).$($ver.Minor)" -lt "5.1") {
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12

if ($args[0] -eq "-ClearUpdateBlocks") {
$download = "https://github.com/he3als/EdgeRemover/releases/latest/download/ClearUpdateBlocks.ps1"
$download = "https://raw.githubusercontent.com/he3als/EdgeRemover/main/ClearUpdateBlocks.ps1"
} else {
$download = "https://github.com/he3als/EdgeRemover/releases/latest/download/RemoveEdge.ps1"
}
Expand Down

0 comments on commit d17de18

Please sign in to comment.