mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
update lokinet-bootstrap
This commit is contained in:
parent
caad1dcd05
commit
a615457316
1 changed files with 7 additions and 1 deletions
|
@ -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…
Reference in a new issue