You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/lokinet-bootstrap.ps1

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')