mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-23 09:45:02 +00:00
8 lines
200 B
Text
8 lines
200 B
Text
|
#!/bin/bash -e
|
||
|
|
||
|
pacman -Syu --noconfirm --needed \
|
||
|
ruby python2 ruby-bundler \
|
||
|
git make gcc openssl patch readline \
|
||
|
zlib libyaml libffi bzip2 autoconf automake \
|
||
|
libtool bison sqlite
|