mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 16:34:13 +00:00
apt-get -y install for codereason so that it doesn't stall
This commit is contained in:
parent
603e34f346
commit
e95b9c3f38
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
apt-get install build-essential gcc g++ make cmake libboost-dev libprotobuf-dev protobuf-compiler libboost-thread-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-date-time-dev libboost-regex-dev
|
||||
apt-get -y install build-essential gcc g++ make cmake libboost-dev libprotobuf-dev protobuf-compiler libboost-thread-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-date-time-dev libboost-regex-dev
|
||||
|
|
Loading…
Reference in a new issue