apt-get -y install for codereason so that it doesn't stall

This commit is contained in:
Yan 2015-11-04 00:05:57 -08:00
parent 603e34f346
commit e95b9c3f38

View file

@ -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