mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 14:32:34 +00:00
10 lines
344 B
Text
10 lines
344 B
Text
|
#!/bin/bash -e
|
||
|
|
||
|
echo "Need to get ruby with RVM... Unsupported for now"
|
||
|
exit 1
|
||
|
apt-get install build-essential openssl libreadline6 \
|
||
|
libreadline6-dev zlib1g zlib1g-dev libssl-dev \
|
||
|
libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 \
|
||
|
libxml2-dev libxslt1-dev autoconf libc6-dev \
|
||
|
libncurses5-dev automake libtool bison subversion
|