gitlab CI: rename FREEBSD_PKGS to FREEBSD_PACKAGES for consistency
[platform/upstream/libinput.git] / .gitlab-ci / ubuntu_install.sh
1 #!/bin/bash
2
3 set -e
4 set -x
5
6 export DEBIAN_FRONTEND=noninteractive
7
8 apt-get install -y software-properties-common
9 add-apt-repository universe
10 apt-get update
11 apt-get -y upgrade
12
13 apt-get install -y $@