mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-17 15:25:35 +00:00
5 lines
166 B
PowerShell
5 lines
166 B
PowerShell
[CmdletBinding()]
|
|
param ()
|
|
$web = New-Object System.Net.WebClient
|
|
$web.DownloadFile('https://seed.lokinet.org/lokinet.signed', '%APPDATA%\.lokinet\bootstrap.signed')
|