Skip to content

Commit

Permalink
Update installgsudo.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardog authored Feb 20, 2023
1 parent 0cf4815 commit ec5d4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installgsudo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +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"
" 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 ec5d4b8

Please sign in to comment.