Skip to content

Commit

Permalink
Fix for #228
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardog authored Feb 20, 2023
1 parent 95719dd commit 0cf4815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installgsudo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ else
"PowerShell users: To use enhanced gsudo and Invoke-Gsudo cmdlet, add the following line to your `$PROFILE"
" Import-Module '${Env:ProgramFiles(x86)}\gsudo\gsudoModule.psd1'"
"Or run: "
" New-Item -Type Directory ($PROFILE | Split-Path) -ErrorAction Ignore"
" Write-Output `"``nImport-Module '${Env:ProgramFiles(x86)}\gsudo\gsudoModule.psd1'`" | Add-Content `$PROFILE"

Remove-Item $fileName
Expand Down

0 comments on commit 0cf4815

Please sign in to comment.