Skip to content

Commit

Permalink
Update MicroG.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 committed May 28, 2024
1 parent 3201025 commit 7c39f6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Scripts/MicroG.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ $Parameters = @{
UseBasicParsing = $true
Verbose = $true
}
$URL = (Invoke-RestMethod @Parameters).assets.browser_download_url
# Default apk
$URL = (Invoke-RestMethod @Parameters).assets.browser_download_url | Where-Object -FilterScript {$_ -notmatch "hw"}
$MicroGTag = (Invoke-RestMethod @Parameters).tag_name

$Parameters = @{
Expand Down

0 comments on commit 7c39f6d

Please sign in to comment.