### Bootstrap Oneliner ``` tmp=$(mktemp) && curl -fsSL https://gitea.thewrightserver.net/josh/TWS-Semaphore/raw/branch/main/bootstrap.sh -o "$tmp" && chmod +x "$tmp" && bash "$tmp"; rm -f "$tmp" ```