Do not suppress output of apt-get anymore.

This commit is contained in:
Faerbit 2014-11-27 00:16:17 +01:00
parent 2c5175f123
commit 697b3192df

View File

@ -7,12 +7,12 @@ dependencies:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo add-apt-repository ppa:kalakris/cmake -y
- sudo add-apt-repository ppa:tkelman/mingw-backport -y
- sudo apt-get -qq update
- sudo apt-get install -y gcc-mingw-w64
- sudo apt-get -qq install cmake
- sudo apt-get install -qq g++-4.8
- sudo apt-get update
- sudo apt-get install gcc-mingw-w64
- sudo apt-get install cmake
- sudo apt-get install g++-4.8
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
- sudo apt-get install -qq xorg-dev
- sudo apt-get install xorg-dev
- sudo apt-get install ninja-build
# Install megacmd
- git clone https://github.com/t3rm1n4l/megacmd.git