1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/lokinet-bootstrap.ps1
2020-04-02 11:08:08 -04:00

11 lines
259 B
PowerShell

[CmdletBinding()]
param ()
$web = New-Object System.Net.WebClient
if( -not ( Test-Path $env:APPDATA\.lokinet -PathType Container ) )
{
lokinet.exe -g
}
$web.DownloadFile("https://seed.lokinet.org/lokinet.signed", "$env:APPDATA\.lokinet\bootstrap.signed")