mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-14 22:06:58 +00:00
5 lines
73 B
Bash
Executable file
5 lines
73 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
set -eu -o pipefail
|
|
|
|
apt-get -y install pypy3 pypy3-dev
|