Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #run elevated pwsh
- Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
- refreshenv
- choco install ooniprobe-cli
- while($true) {
- ooniprobe run all
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement