mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 05:54:19 +01:00
5 lines
166 B
Bash
Executable File
5 lines
166 B
Bash
Executable File
#!/bin/sh
|
|
sudo apt-get update
|
|
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential python-dev python-pip libffi-dev
|
|
pip install -r requirements.txt
|