Files
lmms/.travis/linux..before_install.sh
2015-06-21 14:15:42 +02:00

7 lines
144 B
Bash

sudo add-apt-repository ppa:kalakris/cmake -y;
if [ $QT5 ]
then
sudo add-apt-repository ppa:ubuntu-sdk-team/ppa -y
fi
sudo apt-get update -qq