update lokinet-bootstrap

pull/1233/head
Jeff Becker 4 years ago committed by Jason Rhinelander
parent cf1cb3d304
commit 744acce8d2

@ -1,4 +1,10 @@
[CmdletBinding()]
param ()
$web = New-Object System.Net.WebClient
$web.DownloadFile('https://seed.lokinet.org/lokinet.signed', '%APPDATA%\.lokinet\bootstrap.signed')
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")

Loading…
Cancel
Save