File size: 497 Bytes
5fe70fd 5ceca98 c62d375 5ceca98 953210f c62d375 5ceca98 c62d375 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
#!/bin/bash
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
apt-get install -y git
apt-get install -y git-lfs
apt-get install python3.10
apt-get install unzip
wget -O getpip.py https://bootstrap.pypa.io/get-pip.py
python3.10 getpip.py
python3.10 -m pip install --upgrade setuptools
git clone https://huggingface.co/khoicrtp/test_scratch
cd test_scratch
unzip cti-ATT-CK-v13.1.zip
python3.10 -m pip install -r requirements.txt --user
python3.10 main.py |