ringdrop 0.17.0

P2P streamed file transfer with ring-based access control, built on iroh and bao protocols
Documentation
1
2
3
4
5
6
7
8
9
10
11
Set-StrictMode -Version Latest
$ErrorActionPreference = 'Stop'

if (-not (scoop bucket list | Select-String 'rikettsie')) {
    scoop bucket add rikettsie https://github.com/rikettsie/scoop-bucket
}
if (scoop list | Select-String 'rdrop') {
    scoop update rdrop
} else {
    scoop install rdrop
}