3
# Not needed for every project, but better than specifying for every of each
5
distribution=$DISTRIB_CODENAME
6
echo "deb http://archive.ubuntu.com/ubuntu/ $distribution universe" >> /etc/apt/sources.list
7
echo "deb http://archive.ubuntu.com/ubuntu/ $distribution-updates universe" >> /etc/apt/sources.list
8
echo "deb http://archive.ubuntu.com/ubuntu/ $distribution-backports main restricted universe" >> /etc/apt/sources.list
4
apt-get build-dep -y nux
10
apt-get install -y devscripts cdbs lcov wget sudo check automake build-essential libtool pkg-config libgtest-dev google-mock dbus-test-runner xserver-xorg-dev xserver-xorg-video-dummy