init CTFd source
This commit is contained in:
4
prepare.sh
Normal file
4
prepare.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user