Skip to content

Commit

Permalink
Fixed link to Install_Cursor.ps1 file
Browse files Browse the repository at this point in the history
  • Loading branch information
lowl1f3 committed Jun 10, 2023
1 parent a6f28c8 commit 8397437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Module/Gerbera.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,9 @@ function Cursor
Write-Verbose -Message "Applying `"Windows 11 Cursors Concept v2.2`" dark cursor..." -Verbose

# https://www.deviantart.com/jepricreations/art/Windows-11-Cursors-Concept-v2-886489356
# https://github.com/farag2/Utilities/blob/master/Download/Cursor/Install_Cursor.ps1
# https://github.com/farag2/Utilities/blob/master/Download/Install_Cursor.ps1
$Parameters = @{
Uri = "https://raw.githubusercontent.com/farag2/Utilities/master/Download/Cursor/Install_Cursor.ps1"
Uri = "https://raw.githubusercontent.com/farag2/Utilities/master/Download/Install_Cursor.ps1"
UseBasicParsing = $true
Verbose = $true
}
Expand Down

0 comments on commit 8397437

Please sign in to comment.