mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-04 23:27:18 +00:00
4 lines
98 B
Text
4 lines
98 B
Text
|
#!/bin/bash -e
|
||
|
pacman -Syu --noconfirm --needed \
|
||
|
ccache cmake gdb python2-pexpect ninja zlib
|