Next attempt for apt-get et al.

This commit is contained in:
rbock
2016-12-25 13:38:53 +01:00
parent 0a1a123c36
commit 638c8d502e

View File

@@ -28,7 +28,8 @@ install:
&& sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
&& sudo apt-get update -qq
&& sudo apt-get install g++-4.8 libboost1.53-dev --no-install-recommends -y
&& sudo apt-get install cmake cmake-data -y
&& sudo apt-get remove cmake -y
&& sudo apt-get install cmake -y
;
fi