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