#!/usr/bin/env bash # Shared with .gitea/workflows/build.yml and .gitea/workflows/release.yml -- # both need the exact same Linux build dependencies. Edit once, here. set -euo pipefail sudo apt-get update -qq sudo apt-get install -y -qq cmake ninja-build libobs-dev libcurl4-openssl-dev