mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-14 22:06:58 +00:00
4 lines
77 B
Bash
Executable file
4 lines
77 B
Bash
Executable file
#!/bin/bash -ex
|
|
set -eu -o pipefail
|
|
|
|
sudo apt install -y libsdl2-image-2.0-0
|