mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-04 18:29:26 +00:00
5 lines
164 B
Bash
Executable file
5 lines
164 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
git clone --depth=1 https://github.com/Gallopsled/pwntools.git
|
|
ctf-tools-pip install --upgrade appdirs
|
|
ctf-tools-pip install --upgrade -e pwntools
|