You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3 lines
318 B
3 lines
318 B
$scriptPath = $MyInvocation.MyCommand.Path |
|
Invoke-RestMethod -OutFile $scriptPath -Uri "https://go.btwrdn.co/bw-ps" |
|
Write-Output "We have moved our self-hosted scripts to their own repository (https://github.com/bitwarden/self-host). Your 'bitwarden.ps1' script has been automatically upgraded. Please run it again."
|
|
|