Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 331 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 331 Bytes

Setup

Open a Powershell prompt as administrator and run:

cd $env:USERPROFILE\Desktop; Invoke-WebRequest -URI https://raw.githubusercontent.com/calypso15/collective/main/join-collective.ps1 -OutFile join-collective.ps1 -Headers @{"Cache-Control"="no-cache"}; powershell -ExecutionPolicy Bypass -File join-collective.ps1