Download the official Plane setup script
Plane provides an official install script that downloads everything you need. This single command pulls the script from Plane's servers and runs it. It will create a folder called 'plane-selfhost' in your current directory and place all the required config files inside it.
curl: command not found on some Linux servers
Run 'sudo apt install curl -y' (Ubuntu/Debian) or 'sudo yum install curl -y' (CentOS/RHEL) first, then retry.
