matrix.grapheneos.org/setup
Daniel Micay 1ad4819d8a switch to gixy-ng
Explicitly keep the previous add_header_redefinition behavior to work
around the fact that setting Cross-Origin-Resource-Policy is delegated
to synapse even though we set it at the top-level for non-synapse. We
could change the approach to working around this later.
2025-08-17 05:40:31 -04:00

5 lines
135 B
Bash
Executable file

#!/bin/bash
python -m venv --clear venv
source venv/bin/activate
pip install --require-hashes --only-binary :all: -r requirements.txt